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
While the examples above show a store as an object with properties, stores can also be arrays directly.
65
+
When creating a top-level array store, the setter syntax differs slightly since you target indices directly rather than navigating through property keys first.
0 commit comments