You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an async atom that I am initializing with a promise that returns an object.
I then create a function that takes a key of the object and returns an atom with the corresponding value.
When I try to use one of these derived atoms, my app gets stuck in suspense.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Bug Description
I have an async atom that I am initializing with a promise that returns an object.
I then create a function that takes a key of the object and returns an atom with the corresponding value.
When I try to use one of these derived atoms, my app gets stuck in suspense.
Reproduction Link
https://codesandbox.io/p/sandbox/still-pine-zdk5hz
Beta Was this translation helpful? Give feedback.
All reactions