fusionjs / fusion-cli

Migrated to https://github.com/fusionjs/fusionjs
MIT License
140 stars 37 forks source link

Update enzyme-adapter-react-16 #767

Closed thegleb closed 5 years ago

thegleb commented 5 years ago

I am working on a project that uses fusion-cli. We'd like to use React.memo in the project, but the current enzyme adapter does not support this. Support for this was added fairly recently: https://github.com/airbnb/enzyme/pull/1914/files but fusion-cli is using an older version of enzyme as well as enzyme-adapter-react-16

thegleb commented 5 years ago

Merged as part of #766