-
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
[Gatsby] Does not work with current version #47
Comments
Update: does not even work with old versions ( react_devtools_backend.js:2430 TypeError: Cannot read property 'child' of null
at z (index.js:519)
at index.js:801
at ro (react-dom.production.min.js:211)
at vu (react-dom.production.min.js:257)
at t.unstable_runWithPriority (scheduler.production.min.js:19)
at Ql (react-dom.production.min.js:122)
at hu (react-dom.production.min.js:257)
at Zo (react-dom.production.min.js:239)
at react-dom.production.min.js:123
at t.unstable_runWithPriority (scheduler.production.min.js:19) |
Another update: with this combination it works in both environments (development and production build):
Problem starts to occur when using React |
Is there a fix coming for this? I can't downgrade :( |
I'm still receiving this problem using React 17.0.2 and muuri-react 3.1.6 |
Same issue:
|
patched it successfully for react 17. see #49 (comment) |
The only version combination where it works is
muuri
inv0.8.0
andmuuri-react
inv3.0.0
. I'm following this CodeSandbox example. With all newer versions of both I'm gettingThe text was updated successfully, but these errors were encountered: