-
Notifications
You must be signed in to change notification settings - Fork 123
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
Upgraded to React 18 and our tracking code is causing our app to break #218
Comments
Closed via #201 |
This issue has me stumped because we changed nothing else about our environment except upgrade react, react-dom, and react-native. I have pin pointed it to react-tracking library by removing our use of |
Hi @anna-rusk thanks for reporting. Would you mind creating a new issue and sharing your App component, or as much as you can about how you’ve setup react-tracking? Thanks! |
Oh sorry I realize now this was your original issue. Reopening. If you could share any more context or a minimal reproduction, I’d be happy to take a look! |
React - "18.2.0"
And we use that hook in our App initialize the components/hooks that are in the return object |
And the reproduction occurs when I launch our app from Xcode - there's a runtime error with the stack trace above ^^ |
It is important to note that the way we use react tracking has been working just fine until we upgrade react/react native |
Is it possible you have more than one copy of React bundled? |
React - "18.2.0"
React Native - "0.71.4"
React Tracking - "9.3.1"
Seeing this error - I confirmed that it was
react-tracking
code rather than hooks in general by removing all of our tracking code to find that our app works as expected there.The text was updated successfully, but these errors were encountered: