Object.assign has been deprecated in React 15.0.0
MaximilianoFelice opened this issue · 1 comments
MaximilianoFelice commented
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 commented