Skip to content

Commit 14d82f6

Browse files
eps1lonsebmarkbage
andauthored
Apply suggestion from review
Co-authored-by: Sebastian Markbåge <sebastian@calyptus.eu>
1 parent 854714a commit 14d82f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/react/cacheSignal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This function does not accept any parameters.
5959

6060
#### Caveats {/*caveats*/}
6161

62-
- `cacheSignal` is for use in [React Server Components](/reference/rsc/server-components) only. In Client Components, it will always return `null`.
62+
- `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.
6363
- If called outside of rendering, `cacheSignal` will return `null` to make it clear that the current scope isn't cached forever.
6464

6565
---

0 commit comments

Comments
 (0)