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.
I worked with
react-springelsewhere in my project and realized it was onv9.0.0and all my toasts stopped working with an odd error saying something likecannot destructure property 'reset' from undefined. I knew it had to bereact-springsince I just worked with it directly elsewhere and unknowingly upgraded tov9.0.0. So I checkedmasterover here and noticed that the dependency for this project relies onv8.0.0. A downgrade in my project toreact-springv8.0.0fixed the issue, just noting here for future people.