Skip to content

Commit d6d1bee

Browse files
authored
Update nextjs link with the latest URL
The previous link redirected users to a 404 page.
1 parent b1a249d commit d6d1bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 Suspense-enabled data source:
9090

91-
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/getting-started/react-essentials)
91+
- Data fetching with Suspense-enabled frameworks like [Relay](https://relay.dev/docs/guided-tour/rendering/loading-states/) and [Next.js](https://nextjs.org/docs/app/getting-started/data-fetching-and-streaming#with-suspense)
9292
- Lazy-loading component code with [`lazy`](/reference/react/lazy)
9393
- Reading the value of a Promise with [`use`](/reference/react/use)
9494

0 commit comments

Comments
 (0)