React-transition-group: Wrong "module" path in package.json (ESM entry point)

Created on 25 Mar 2019  路  8Comments  路  Source: reactjs/react-transition-group

this commit caused a problem in our work (attached in the first screenshot) ...
bug

this screenshot shows the cmd error displayed when building our project :

err

need help !!

All 8 comments

+1 all our builds are failing

+1

+1 bump

same. .../node_modules/react-transition-group/esm/Transition.js is failing... damn.

Reverting to 2.6.1 until further notice.

I reverted the breaking commit and released a patch version, v2.7.1 should be stable now. We need some more expertise on publishing modules correctly before we implement tree-shaking properly. Sorry everyone.

Thank you for the quick fix. Maybe an integration test which uses this package as library can avoid these problems in the future? (If only we had more time ;) )

Definitely! 馃憤

Was this page helpful?
0 / 5 - 0 ratings