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
I am not 100% sure this library is the culprit but since I added it a new error has been showing up impacting 30% of the users.
I can't get a clear stack trace and I don't know why. This is all I can get:
Error Invariant Violation: Invariant Violation: Objects are not valid as a React child (found: object with keys {id, manager}).
This error is located at:
in o
in RCTView
in RCTModalHostView
in o
in RCTView
I made a deep search and this library is one of two that uses manager as a variable. The other library has been tested in production for a year now.
Do you think you could pinpoint what the issue is?
I am not using this library itself but react-native-root-toast.
@sunnylqm I am not able to reproduce it. It works on my phone (Android 10) and on my simulator (iOS). However, I suddenly have over 100 crashes in production.
Looking just at the error itself. Do you think this could be related to this library?
Hi!
I am not 100% sure this library is the culprit but since I added it a new error has been showing up impacting 30% of the users.
I can't get a clear stack trace and I don't know why. This is all I can get:
I made a deep search and this library is one of two that uses
manager
as a variable. The other library has been tested in production for a year now.Do you think you could pinpoint what the issue is?
I am not using this library itself but
react-native-root-toast
.Please I need any kind of help or hint!
The text was updated successfully, but these errors were encountered: