cheapsteak / react-transition-group-plus

A more full-featured transition group for React
Other
268 stars 20 forks source link

React 16 breaks this #23

Closed nudoru closed 7 years ago

nudoru commented 7 years ago

Appears that React 16 removed 'react/lib/ReactTransitionChildMapping' which this lib depends on.

cheapsteak commented 7 years ago

thanks for letting me know! fixing now

cheapsteak commented 7 years ago

Just released 0.5.0 on npm, let me know if it worked?

cheapsteak commented 7 years ago

oops, actually please use 0.5.1

nudoru commented 7 years ago

Thanks for quick update!

But, it's failing for me on Module not found: Error: Can't resolve 'lodash.keyBy' in '/usr/src/app/node_modules/react-transition-group-plus/src'

cheapsteak commented 7 years ago

Apologies! Please try 0.5.2

My mac fs is not case sensitive and missed the typo, should have been all lowercase lodash.keyby

nudoru commented 7 years ago

It's working great! Thank you again for your quick work to fix it.