Skip to content

Commit 383a1e9

Browse files
Clarify Suspense link in useDeferredValue docs (#8591)
1 parent 47a4080 commit 383a1e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/react/useDeferredValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ During updates, the <CodeStep step={2}>deferred value</CodeStep> will "lag behin
8888

8989
This example assumes you use a data source that [activates a Suspense boundary](/reference/react/Suspense#what-activates-a-suspense-boundary), such as a Promise you read with [`use`](/reference/react/use).
9090

91-
[Learn more about Suspense and its limitations.](/reference/react/Suspense)
91+
[Learn more about Suspense.](/reference/react/Suspense)
9292

9393
</Note>
9494

0 commit comments

Comments
 (0)