-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error react_context_hook__WEBPACK_IMPORTED_MODULE_12__.store.get is not a function #90
Comments
I think you forgot to use this command in the app. Why do you have to access the store that way? I recommend to use the hooks provided by this library itself |
hi, I am using the store hook like:
but when I called
|
Did you wrap the root component in |
If I wrap only the top most component with child component (
|
Ok, if you use
|
I ma getting
Error react_context_hook__WEBPACK_IMPORTED_MODULE_12__.store.get is not a function
fromstore.get('something')
,can you show an example of how the
store.get('something')
is used? how do I get one of the store value with a key?The text was updated successfully, but these errors were encountered: