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
Sadly I don't have a reproduction because i received the errors in Sentry and it mostly happened in Instagram browser and sometimes chrome.
However i enabled single fetch by updating vite.config.ts and then adding nonce to RemixServer. That's all.
Then i started seeing errors in sentry saying Root did not complete. This is a bug in React.. It happened on multiple pages like login and some others. This is a production environment with thousands of visitors every day, it's hard to pinpoint why it happened.
I have the same issue. It's a silent error reported in console, it just says "React minified error" and Sentry doesn't provide much info either. I'm not even sure on how to start debugging this.
I've seen this in both local and production environments. Sadly I've not been able to reliably reproduce the error, but I can report that it's an application breaking bug... if this is thrown, the application will not successfully bootstrap client-side
Reproduction
Sadly I don't have a reproduction because i received the errors in Sentry and it mostly happened in Instagram browser and sometimes chrome.
However i enabled single fetch by updating
vite.config.ts
and then addingnonce
toRemixServer
. That's all.Then i started seeing errors in sentry saying
Root did not complete. This is a bug in React.
. It happened on multiple pages likelogin
and some others. This is a production environment with thousands of visitors every day, it's hard to pinpoint why it happened.My react version is
18.3.1
System Info
Used Package Manager
pnpm
Expected Behavior
It shouldn't throw any errors
Actual Behavior
It does. However, I have no idea how to debug something like this since it hasn’t happened to me.
The text was updated successfully, but these errors were encountered: