You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-spring@9 had a ton of breaking changes so I think we'll need to update the relevant @visx/* packages to 9 and probably release 2.0.0@visx versions. I don't think there's a way to have compatibility with both 8 & 9 unfortunately.
Issue:
Upgrading to the latest React-spring version (9.0.0) causes issues with the animated components.
Error:
Cannot read property 'fromX' of undefined (AnimatedGridLines.js:29)
Example Sandbox:
https://codesandbox.io/s/runtime-monad-orc12
The text was updated successfully, but these errors were encountered: