Closed
Description
What is the documentation issue?
In the Rendering: Partial Prerendering documentation, the table.js code block is incorrectly using TS syntax instead of JS. This may cause confusion for users expecting standard JavaScript code. The code block should be updated to reflect the correct language.
Is there any context that might help us understand?
Check the table.js code block from here: https://github.com/vercel/next.js/edit/canary/docs/02-app/01-building-your-application/03-rendering/04-partial-prerendering.mdx
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/canary/app/building-your-application/rendering/partial-prerendering
Activity