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
var statePartial = {}
statePartial[keyspace] = e.newValue
persistor.rehydrate(statePartial, {serial: true})
it would be nice if there could be configured a flag or blob to be added to the statePartial so that cross tab rehydrates could be differentiated from page load rehydrates i.e.
in this blob of code
it would be nice if there could be configured a flag or blob to be added to the statePartial so that cross tab rehydrates could be differentiated from page load rehydrates i.e.
or something like that
The text was updated successfully, but these errors were encountered: