Replies: 1 comment 1 reply
-
Sounds like it's just an old version of Next.js 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to reproduce a bug in Codesandbox but I came to the conclusion that it must be performing customisations on top of the
next dev
that interfere on the behaviour I want to reproduce.I noticed that the exact same code in my machine would show the
Prerendered page
badge, but in Codesandbox it would not. Checkingwindow.__NEXT_DATA__
confirms my suspicions.Codesandbox:
dev machine:
Why aren't
autoExport
andnextExport
present in any of the Codesandbox exports?Beta Was this translation helpful? Give feedback.
All reactions