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
After upgrading to Expo 27 (React Native), I get this error when either login or logout: [TypeError: undefined is not a function (evaluating 'onChangeCallbacks[typeof Symbol === "function" ? Symbol.iterator : "@@iterator"]()')]
This is coming from client/store.js
I got it working by wrapping it in a try...catch statement for the moment.
The text was updated successfully, but these errors were encountered:
After upgrading to Expo 27 (React Native), I get this error when either login or logout:
[TypeError: undefined is not a function (evaluating 'onChangeCallbacks[typeof Symbol === "function" ? Symbol.iterator : "@@iterator"]()')]
This is coming from client/store.js
I got it working by wrapping it in a try...catch statement for the moment.
The text was updated successfully, but these errors were encountered: