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
Hi, I was really looking forward to using this plugin instead of my selfmade piece of garbage that I produced. However, a bug in react-spring v8 is triggering compiler errors in NextJS > 9. The bug was fixed in react-spring v9 (see here).
Is there any realistic chance to get an upgrade to the latest major version of react-spring in the near future?
The text was updated successfully, but these errors were encountered:
Last time when I checked [email protected], there was some weird issues making this component not work. I'll try to take another look this week. PR is welcomed too.
The single component Spring in react-spring@8 has been split into two parts in react-spring@9, i.e., Spring and animated. This causes a bit trouble for our component. The current code is kinda hacky and a refactoring may be the next necessary step.
Hi, I was really looking forward to using this plugin instead of my selfmade piece of garbage that I produced. However, a bug in
react-spring
v8 is triggering compiler errors in NextJS > 9. The bug was fixed inreact-spring
v9 (see here).Is there any realistic chance to get an upgrade to the latest major version of
react-spring
in the near future?The text was updated successfully, but these errors were encountered: