Skip to content

Commit ca9edf6

Browse files
committed
Use the same color code step for "visible"
1 parent 5041f27 commit ca9edf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/reference/react/Activity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,9 @@ Suspense-enabled data fetching without the use of an opinionated framework is no
891891

892892
### Deferring hydration of low-priority content {/*deferring-hydration-of-low-priority-content*/}
893893

894-
You can wrap part of your UI in a <CodeStep step={1}>visible</CodeStep> Activity boundary to defer mounting it on the initial render:
894+
You can wrap part of your UI in a <CodeStep step={3}>visible</CodeStep> Activity boundary to defer mounting it on the initial render:
895895

896-
```jsx [[1,6,"\\"visible\\""]]
896+
```jsx [[3,6,"\\"visible\\""]]
897897
function Page() {
898898
return (
899899
<>

0 commit comments

Comments
 (0)