-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Broken in NextJS 13 with React 18 #822
Comments
hey @ricardomatias - thanks for your report! We'll need to investigate this. If you're able to create a small reproduction of this issue, it would be helpful in debugging this 👍 (we've got an example next app that you could clone) |
I've bumped the versions of the example app, but I'm not able to reproduce the issue in this app. However, I've been able to reproduce the issue in this sandbox (related to this SO post) I'm not sure whats causing this issue, so we have to investigate this further. |
I tried the example project that you referenced and it works fine. The only common information I could find on another project was this. |
I think the changes in #823 might remedy this issue. @ricardomatias could you install |
The error is gone, thanks @jmyrland! |
Thanks for verifying 👍 I'll either publish a separate release with this change, or it will be a part of the upcoming Until then, you can just rely on the alpha release above. |
I'm getting an error with
TypeError: maybeGetServerSnapshot is not a function
when rendering a component that calls useStoreState:Using the latest React/NextJS and easy-peasy in Node v18.15.0
The text was updated successfully, but these errors were encountered: