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
This closed issue has been automatically locked because it had no new activity for 2 weeks. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
Verify canary release
Provide environment information
Which example does this report relate to?
next hydration
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
When I run the Next.js app as a webview in Simulator Pixel Android 9, I got this error
TypeError: Cannot read property 'startTime' of undefined
If I click the first error line, it shows this error
default.startSpan("navigation-to-hydration",{startTime:performance.timeOrigin+e.startTime,
I think it's not from my code but from the Next.js code
Expected Behavior
No error
To Reproduce
Run the app in Simulator Pixel Android 9
The text was updated successfully, but these errors were encountered: