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
Here is a problem, where moduleInputParamsAtom in Node component returns null after promise has resolved, but should return an object. But another derived atom isSomeModuleAtom returns correct value. 2.6.3 and lower returns correct value for moduleInputParamsAtom. With regression you can swap useAtomValue calls to fix the issue or enable strict mode also(but not in production) works.
Summary
Here is a problem, where
moduleInputParamsAtom
inNode
component returnsnull
after promise has resolved, but should return an object. But another derived atomisSomeModuleAtom
returns correct value.2.6.3
and lower returns correct value formoduleInputParamsAtom
. With regression you can swapuseAtomValue
calls to fix the issue or enable strict mode also(but not in production) works.Link to reproduction
https://codesandbox.io/p/devbox/tl7gkn
The text was updated successfully, but these errors were encountered: