Replies: 1 comment 5 replies
-
assuming you're using v4, look at the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using jotai's
atomWithQuery
and when I load the page React's strict mode causes component remount which triggers atom remount which cancels the the query during unmount phase.The query ends up with rejected promise but in state=loading and never recovers.
Beta Was this translation helpful? Give feedback.
All reactions