Problem
When user opens multiple tabs with different reports. We do not want some data in onyx to sync across tabs.
Proposed Solution
We will add a property keysToDisableSyncEvents an array with keys on configuration object for Onyx.init. It will prevent syncing for these keys when StorageEvent is fired.
suggested by: @marcaaron
comming from pr Expensify/App#8227
Problem
When user opens multiple tabs with different reports. We do not want some data in
onyxto sync across tabs.Proposed Solution
We will add a property
keysToDisableSyncEventsan array with keys on configuration object forOnyx.init. It will prevent syncing for these keys whenStorageEventis fired.suggested by: @marcaaron
comming from pr Expensify/App#8227