Skip to content

Commit ce56f8a

Browse files
joao4xzicyJoseph
andauthored
fix: Missing link in Lazy Loading docs (#84473)
Add missing space before "Importing Client Components" in Lazy Loading /app docs. This fixes the missing link in "On this page" sidebar: <img width="1092" height="446" alt="image" src="https://github.com/user-attachments/assets/0981467d-ad61-494d-80b2-c0a0e323dd0b" /> In the current state, the first link is "Skipping SSR" (second link) instead of "Importing Client Components" Co-authored-by: Joseph <[email protected]>
1 parent ba5a0ca commit ce56f8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/01-app/02-guides/lazy-loading.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ By default, Server Components are automatically [code split](https://developer.m
2424
## Examples
2525

2626
<AppOnly>
27+
2728
### Importing Client Components
2829

2930
```jsx filename="app/page.js"

0 commit comments

Comments
 (0)