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 calling useGlobalStore in multiple components with the same key, we should make sure that the values are either merged or sanely not overridden (potentially we should have a runtime error if we see the key being written to by multiple components?)
The text was updated successfully, but these errors were encountered:
Summary
When calling
useGlobalStore
in multiple components with the same key, we should make sure that the values are either merged or sanely not overridden (potentially we should have a runtime error if we see the key being written to by multiple components?)The text was updated successfully, but these errors were encountered: