Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Partial Prerendering page.tsx code block has wrong parameter types #71679

Closed
cantemizyurek opened this issue Oct 23, 2024 · 1 comment · Fixed by #71680
Closed

Docs: Partial Prerendering page.tsx code block has wrong parameter types #71679

cantemizyurek opened this issue Oct 23, 2024 · 1 comment · Fixed by #71680
Labels
Documentation Related to Next.js' official documentation. locked

Comments

@cantemizyurek
Copy link
Contributor

What is the documentation issue?

In the Rendering: Partial Prerendering documentation, the last page.tsx code block incorrectly declares parameter types. This PR corrects the type declarations to ensure consistency with the intended usage and to avoid potential confusion for developers following the documentation.

Is there any context that might help us understand?

Check the last page.tsx 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

@cantemizyurek cantemizyurek added the Documentation Related to Next.js' official documentation. label Oct 23, 2024
ztanner added a commit that referenced this issue Oct 23, 2024
Copy link
Contributor

github-actions bot commented Nov 7, 2024

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.

@github-actions github-actions bot added the locked label Nov 7, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation Related to Next.js' official documentation. locked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant