@tanstack/react-store@0.9.1 useStore now requires a selector #288
Unanswered
RobNielsen515
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just updated to @tanstack/react-store@0.9.1 and now I'm required to pass a selector to useStore. Was this intentional?
I use multiple small stores and tend to want to store and retrieve a single object/item at at a time. Adding
state => stateto every call seems like a step backwards in DX.Beta Was this translation helpful? Give feedback.
All reactions