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.
React has deprecated the use of
Object.assignin 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.