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
da27eba: set now takes a second options argument. The only available option so far is forceNotify; when set to true, all updated properties will be notified, regardless of referential equality to the previous value.
Patch Changes
a5f5533: useStore will now force the component to re-render if a change was detected between the React render/reconcile stage and the invocation of the layout effect that actually sets up the subscription listener. This improves reactivity in situations where values were changed in the store during the render phase, or imperatively from outside of your React component tree.