Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestion from review
Co-authored-by: Sebastian Markbåge <[email protected]>
  • Loading branch information
eps1lon and sebmarkbage authored Sep 26, 2025
commit 14d82f6eb85081df699a8de190d109ba507fc1d6
2 changes: 1 addition & 1 deletion src/content/reference/react/cacheSignal.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This function does not accept any parameters.

#### Caveats {/*caveats*/}

- `cacheSignal` is for use in [React Server Components](/reference/rsc/server-components) only. In Client Components, it will always return `null`.
- `cacheSignal` is currently for use in [React Server Components](/reference/rsc/server-components) only. In Client Components, it will always return `null`. In the future it will also be used for Client Component when a client cache refreshes or invalidates. You should not assume it'll always be null on the client.
- If called outside of rendering, `cacheSignal` will return `null` to make it clear that the current scope isn't cached forever.

---
Expand Down