useAtom undefined on RN 0.79+ #3060
Unanswered
pierroo
asked this question in
Bug report
Replies: 1 comment 1 reply
-
Hi! I have the same problem here. Did somebody solve it? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Bug Description
I have a very simple:
const [myInfo, setMyInfo] = useAtom(myInfoAtom);
But I get the error which crashes the app "cannot read property myInfoAtom of undefined" since I updated to react native 0.79+
Obviously it does the same for all other usage of useAtom all over the app.
I have seen a discussion opened on something that MAY be related:
#2848
not sure it is though.
Reproduction Link
#2848
Beta Was this translation helpful? Give feedback.
All reactions