Open davide-scalzo opened 7 years ago
Same problem.
Going back to "react-transition-group": "^1.1.2"
fixes the issue.
I guess the library needs to be updated to work with v2.1.0.
How do I upgrade to react 16? I upgrade everything then I get this error.
I had same issue. I installed vie yarn. But then I tried install the depenses by npm (5.5.1) everything became well
Hi there! Firstly, thanks so much for the library very easy to use and practical!
I am experiencing a problem deploying to production (heroku). I'm using react-boilerplate, and successfully using the library on dev, but when it comes to deploying to production webpack throws the following at build time.
I already have react-transition-group ^2.1.0 in my package.json in my project, not sure if that's the issue though. Any help would be super appreciated!