You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 forOnyx.init
. It will prevent syncing for these keys whenStorageEvent
is fired.suggested by: @marcaaron
comming from pr Expensify/App#8227
The text was updated successfully, but these errors were encountered: