-
Notifications
You must be signed in to change notification settings - Fork 52
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
Redux Error on Component #231
Comments
This issue has already been documented here. By importing the preferences reducer, selectors and actions from @wordpress/preferences module and using them in the iso.customStores array you can bypass this issue. Although I believe this workaround is causing my allowBlocks array to be ignored. |
Thanks a lot! That solved the issue, but I'm running into another two now...
I think it's worth it to mention that I'm using it as a module installed from NPM. |
Actually, the problem was because the |
I'm going to close this for now but reopen if there is still an issue. |
When I want to use the component in React:
This is the error I get:
I've tried to find some documentation about how to use this in React, but couldn't find any. Could somebody please point me in the right direction to using this project?
Thanks!
The text was updated successfully, but these errors were encountered: