[Bug] atom state not found in flush undefined (introduced in 0.16.11)
See original GitHub issueI had been using 0.16.7 for a while, and decided to upgrade my dependencies tonight. This updated my app to 0.16.11, where Jotai started failing left and right for me with multiple errors popping up in the console:
[Bug] atom state not found in flush undefined
I reverted back to 0.16.7 and started climbing the release versions to isolate the culprit. 0.16.10 still works fine for me… it seems 0.16.11 is problematic in my situation. Let me know if you need more details.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
jotai atomwithhash - You.com | The Search Engine You Control
It is possible to do that with atomWithHash in jotai/utils . ... #517 [Bug] atom state not found in flush undefined (introduced in...
Read more >jotai/devtools.mjs - UNPKG
37, (_a2 = devtools.current) == null ? void 0 : _a2.init(state); ... 475, console.warn("[Bug] atom state not found in flush", atom);.
Read more >abrt security update - Oracle Linux Yum Server
This update is available via the Unbreakable Linux Network (ULN) and the Oracle ... visually based on their accept status) [3.12.11-7] - Fix...
Read more >jotai: Versions - Openbase
Prior to this version, Provider catches all atoms for useDebugValue in development mode for React DevTools. One issue is that you can't disable...
Read more >vocab.txt - CodaLab Worksheets
... world later some can out state then him such about made national known ... harvard eighth guitarist hip journey missing flowers dating...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Cool! and what a relief.
By “try codesandbox build”, I mean you can install the build with
npm
oryarn
to your local app.https://ci.codesandbox.io/status/pmndrs/jotai/pr/518/builds/139548 It’s a bit hard to find the link and the instructions. 😕
This worked, thank you, v1.0.0 does not trigger the aforementioned errors.