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
When the arrive confetti component unmounts, an error is logged in the console:
Warning: Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code:
This doesn't appear to impact production mode. Issues have been reported in react-native-reanimated and react-native libraries.
The text was updated successfully, but these errors were encountered:
I have also been getting it. I think it is related to the fact the animation is still running(When it's over it doesn't print the warning), maybe we need a direct ref method to stop the animation?
When the arrive confetti component unmounts, an error is logged in the console:
This doesn't appear to impact production mode. Issues have been reported in
react-native-reanimated
andreact-native
libraries.The text was updated successfully, but these errors were encountered: