bmcmahen / toasted-notes

simple, flexible toast notifications for react
https://toasted-notes.netlify.com
256 stars 27 forks source link

react-spring v9.0.0 incompatible #47

Open bephrem1 opened 3 years ago

bephrem1 commented 3 years ago

I worked with react-spring elsewhere in my project and realized it was on v9.0.0 and all my toasts stopped working with an odd error saying something like cannot destructure property 'reset' from undefined. I knew it had to be react-spring since I just worked with it directly elsewhere and unknowingly upgraded to v9.0.0. So I checked master over here and noticed that the dependency for this project relies on v8.0.0. A downgrade in my project to react-spring v8.0.0 fixed the issue, just noting here for future people.