Skip to content
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

Works fine in react-native with iOS, but fails to work with Android #92

Closed
jameskfry opened this issue Feb 7, 2018 · 3 comments
Closed

Comments

@jameskfry
Copy link

I get the following error whenever I try to use Immer in react-native on Android:

undefined is not a function (evaluating 'Object.is(maybeVoidReturn, undefined)')

the error happens in es5.js line 237

Any insight into this issue would be greatly appreciated!

@benbraou
Copy link
Collaborator

benbraou commented Feb 7, 2018

@james-srl this seems to be a dup of #77 .
Please update to the latest version of immer. I guess you are using a version <=0.8.3
Please feel free to reopen an issue if you still reproduce with the latest version.

@benbraou benbraou closed this as completed Feb 7, 2018
@jameskfry
Copy link
Author

You were right! I should have dug more into the issues before posting this. Thank you! Immer is awesome.

@mweststrate
Copy link
Collaborator

mweststrate commented Feb 7, 2018 via email

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

No branches or pull requests

3 participants