-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WARN: Excessive number of pending callbacks: 501 #13
Comments
Hi Guglielmo! I've tried to create a new expo (v. 49) app and used the same testing code I've provided in #14 (comment). Didn't notice any warnings or anything else unusual in the logs. Most likely, the warnings are caused by something else rather that the rating module itself. The way you're using the rating module in your code looks fine to me, but this doesn't provide the full picture. There could be a parent component(s) at some level that cause the warning. |
Btw, this issue looks very similar. If this is the case, then you can probably try to upgrade to the latest expo (v. 49) which is paired with react-native 0.72.6 |
I'm already at |
I managed to track down the issue to a weird interaction with KittenUI, I think it's on their/RN side. Sorry for the noise and thanks for trying to reproduce! |
@GuglielmoFelici no worries! And good luck with the application you're building! |
Hello! First of all, thanks for this library, it's awesome! 🚀
When using it in a react native app with Expo, I get the following warning on boot. The library works fine, but this warning seems to suggest some leak. Please let me know if I can help in any way to fix this!
(it goes on for quite a while). Full log:
rating-warning.log
This is how I use it in my code:
Thanks in advance for your help!
The text was updated successfully, but these errors were encountered: