Closed evenstensberg closed 8 years ago
Update those packages to use the object-assign
package?
Pre v15 had the object.assign connected to internal modules. It's not that easy, I tried :smile:
Please file an issue with those libraries. Importing anything from react/lib/
was never supported and will break. Indeed they should be using object-assign
npm module.
I notice some frameworks that worked with react earlier no longer works with v15. They require the
Object.assign
file from the react library for their components to nest to the react Proptypes. I'm upgrading react-canvas as I saw this. This is one of many that require object.assign to nest. (See attachment) Any way to go around this?