-
Hi team! Is it me or Paste is doing something weird? I feel like Firefox cannot handle that many requestAnimationFrame per milliseconds, it’s not normal. Stack trace is pointing towards this Paste package and this library. I found this issue, it might be related |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Noticed this resolved issue with React Spring that looks to be the root cause of this issue: pmndrs/react-spring#1786 When I updated our dependency locally, I'm no longer seeing the RAF overload. Will put up a PR shortly. |
Beta Was this translation helpful? Give feedback.
-
Hey @askel4dd, We were able to work through the blocking issues and the update is now available with Paste Core v12.1.0. Thanks for your patience while we worked on this, and for bringing this to our attention! |
Beta Was this translation helpful? Give feedback.
Noticed this resolved issue with React Spring that looks to be the root cause of this issue: pmndrs/react-spring#1786
When I updated our dependency locally, I'm no longer seeing the RAF overload. Will put up a PR shortly.