diegoddox / react-redux-toastr

react-redux-toastr is a toastr message implemented with Redux
http://diegoddox.github.io/react-redux-toastr/
MIT License
752 stars 149 forks source link

7.6.0 entirely breaks Enzyme mount() tests #248

Closed favna closed 5 years ago

favna commented 5 years ago

After upgrading from 7.5.2 to 7.6.0 I noticed that our Enzyme powered mount() tests completely fail. We use Enzyme's Full DOM rendering for Connected components as these cannot be properly tested with Enzyme's Shallow rendering. I have determined that 7.6.0 is the reason by specifying my version to ~7.5.2 and the error does not occur. This is the full log of running the tests, including both stdout and stderr: https://hasteb.in/otewahat.txt

paulincai commented 5 years ago

Using Meteor here. I don't seem to have a problem in development, but in production I get a console error and the webapp fails. Getting back to the previous version now.

Screen Shot 2019-10-05 at 04 31 27

diegoddox commented 5 years ago

Thanks guys, I've already made another release