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
In chapter 10, enabling PPR should look like this according the tutorial :
In my document, however, I have this :
Does it make a difference? Which one is the most recent one? Is it the reason why I have an error in my layout saying that "experimental_ppr is not a valid Next.js entry export value" ?
The text was updated successfully, but these errors were encountered:
ull need to use next canary which is not offical release yet
Partial Prerendering Preview in Next.js Canary Why This Error Occurred
In your next.config.js you enabled experimental.ppr but you are not using the latest Next.js canary. To ensure you are experimenting with the latest version, we currently require the use of a canary release. just comment for now and it should work
In chapter 10, enabling PPR should look like this according the tutorial :
In my document, however, I have this :
Does it make a difference? Which one is the most recent one? Is it the reason why I have an error in my layout saying that "experimental_ppr is not a valid Next.js entry export value" ?
The text was updated successfully, but these errors were encountered: