Skip to content

onChangeCallbacks error #87

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Almaju opened this issue May 13, 2018 · 2 comments
Open

onChangeCallbacks error #87

Almaju opened this issue May 13, 2018 · 2 comments

Comments

@Almaju
Copy link

Almaju commented May 13, 2018

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.

@lauyilouis
Copy link

I saw this error when I using android with expo. My solution was:

  1. run npm install core-js
  2. In App.js, paste the following code:
    import 'core-js/es6/symbol'; import 'core-js/fn/symbol/iterator';

@ujwal-setlur
Copy link

This will fail on react-native 0.56.0. It will trigger this issue:

facebook/react-native#18542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants