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 a month. 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
$ npx next info Operating System: Platform: linux Arch: x64 Version: #1 SMP Wed Nov 23 01:01:46 UTC 2022 Binaries: Node: 19.2.0 npm: 9.2.0 Yarn: N/A pnpm: N/A Relevant packages: next: 13.0.7 eslint-config-next: 13.0.7 react: 18.2.0 react-dom: 18.2.0
Which example does this report relate to?
with-turbopack
What browser are you using? (if relevant)
Edge Version 108.0.1462.54 (Official build) (64-bit)
How are you deploying your application? (if relevant)
next dev
Describe the Bug
The styled-components example page errors on reload.
Expected Behavior
The styled-components example page does not error on reload. Like vercel/app-playground.
To Reproduce
For with-turbopack example:
Navigate to
localhost:3000/styling/styled-components
and reload the page. An error is produced.For app-playground example:
Navigate to
localhost:3000/styling/styled-components
and reload the page. No error is produced.The text was updated successfully, but these errors were encountered: