Merged
Conversation
Collaborator
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Collaborator
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
icyJoseph
approved these changes
Feb 3, 2026
Member
|
Hiyo, need to add some more fixes: In these two other docs:
We make a link reference to: |
986ec1b to
6c26845
Compare
Contributor
Author
|
@icyJoseph thanks for the notice. Updated in those and other files as well |
icyJoseph
approved these changes
Feb 10, 2026
Contributor
Author
|
@icyJoseph do I need to do something else to push it forward? |
Member
|
@vvscode nope, I take it from here |
icyJoseph
reviewed
Feb 10, 2026
docs/01-app/01-getting-started/05-server-and-client-components.mdx
Outdated
Show resolved
Hide resolved
icyJoseph
reviewed
Feb 10, 2026
Co-authored-by: Joseph <sephxd1234@gmail.com>
….mdx Co-authored-by: Joseph <sephxd1234@gmail.com>
Member
|
Nice, you can stop merging canary. I take it from here :) |
icyJoseph
added a commit
that referenced
this pull request
Feb 11, 2026
### What? `use` is not a hook. It's highlighted in the doc > Unlike React Hooks, use can be called within loops and conditional statements like if. Like React Hooks, the function that calls use must be a Component or Hook. ### Why? It confuses consumers of Next.js and adds field provide misleading proofs ### How? Closes NEXT- Fixes # --> --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com> Co-authored-by: Joseph <sephxd1234@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What?
useis not a hook. It's highlighted in the docWhy?
It confuses consumers of Next.js and adds field provide misleading proofs
How?
Closes NEXT-
Fixes #
-->