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

Object.assign has been deprecated in React 15.0.0 #24

Open
MaximilianoFelice opened this issue May 12, 2016 · 1 comment
Open

Object.assign has been deprecated in React 15.0.0 #24

MaximilianoFelice opened this issue May 12, 2016 · 1 comment

Comments

@MaximilianoFelice
Copy link

React has deprecated the use of Object.assign in the latest version, which makes this library crash.

A quickfix would be changing it to require('module-assign'). I will be creating a PR with this modification, but I still fear it'll break its usage in previous React versions.

Still, if you encounter this problem, hopefully you can use this Fork to work with 15.0.0.

@MaximilianoFelice
Copy link
Author

#25

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

1 participant