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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: