react-native-make-it-rain icon indicating copy to clipboard operation
react-native-make-it-rain copied to clipboard

"Excessive number of pending callbacks: 501" in dev mode

Open peacechen opened this issue 5 years ago • 5 comments

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.

peacechen avatar Apr 20 '20 15:04 peacechen

Same here

f4th4n avatar Jun 07 '20 13:06 f4th4n

Same here

p-syche avatar Oct 08 '20 22:10 p-syche

Same here

lokeshozloits avatar Jan 21 '21 15:01 lokeshozloits

I'm having this issue as well.

ajohnson1031 avatar May 28 '21 11:05 ajohnson1031

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?

eladgel avatar Jun 05 '21 07:06 eladgel