You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/next/src/next-devtools/dev-overlay/components/blocking-route-guidance/blocking-route-guidance.tsx
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,9 @@ export function BlockingRouteGuidance({
163
163
prerendered as a static shell.
164
164
</p>
165
165
<FixDifflines={SUSPENSE_WRAP_DIFF}/>
166
-
<DocsLinkhref={`${DOCS}#headers`}>See full example</DocsLink>
166
+
<DocsLinkhref={`${DOCS}#wrap-in-suspense`}>
167
+
Wrap in Suspense
168
+
</DocsLink>
167
169
</Collapsible>
168
170
169
171
<Collapsibletitle="Move the API call into a child component">
@@ -173,7 +175,9 @@ export function BlockingRouteGuidance({
173
175
it. This keeps the parent prerenderable.
174
176
</p>
175
177
<FixDifflines={MOVE_INTO_CHILD_DIFF}/>
176
-
<DocsLinkhref={`${DOCS}#headers`}>See full example</DocsLink>
0 commit comments