Skip to content

Commit 0a3f1e4

Browse files
authored
Rename "blocking route" error docs page (vercel#85189)
The content needs to be updated, too, but for now this just fixes the link and title so it matches the updated error message in vercel#85087.
1 parent 400b82c commit 0a3f1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errors/next-prerender-missing-suspense.mdx renamed to errors/blocking-route.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cannot access data, headers, params, searchParams, or a short-lived cache a Suspense boundary nor a `"use cache"` above it.
2+
title: Uncached data was accessed outside of `<Suspense>`
33
---
44

55
## Why This Error Occurred

0 commit comments

Comments
 (0)