react-native-make-it-rain
react-native-make-it-rain copied to clipboard
"Excessive number of pending callbacks: 501" in dev mode
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.
Same here
Same here
Same here
I'm having this issue as well.
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?