We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Just wonder if jotai v1 is really supported or the README is legacy.
In fact, starting from jotai-devtools v0.2, useAtomsSnapshot can no longer get the correct value with jotai v1.13. snapshot is empty.
If I use jotai 1.13 + jotai-devtool 0.10.1 (latest), it will also throw an error that useStore is not exported in jotai when vite compile.
So I think that since 0.1.0, devtool does not support jotai v1 at all.
please correct me if I wrong. I want to use DevTool in jotai v1. but nothing can work with jotai v1 actually
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @bigbossx! You're right, the docs are outdated, we dropped support for Jotai V1 recently.
The minimum required version for Jotai now is 2.1.0. Would you like to open up a PR to update the docs?
Sorry, something went wrong.
OK, pr WIP~
Successfully merging a pull request may close this issue.
Just wonder if jotai v1 is really supported or the README is legacy.
In fact, starting from jotai-devtools v0.2, useAtomsSnapshot can no longer get the correct value with jotai v1.13. snapshot is empty.
If I use jotai 1.13 + jotai-devtool 0.10.1 (latest), it will also throw an error that useStore is not exported in jotai when vite compile.
So I think that since 0.1.0, devtool does not support jotai v1 at all.
please correct me if I wrong. I want to use DevTool in jotai v1. but nothing can work with jotai v1 actually
The text was updated successfully, but these errors were encountered: