We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5041f27 commit ca9edf6Copy full SHA for ca9edf6
src/content/reference/react/Activity.md
@@ -891,9 +891,9 @@ Suspense-enabled data fetching without the use of an opinionated framework is no
891
892
### Deferring hydration of low-priority content {/*deferring-hydration-of-low-priority-content*/}
893
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:
+You can wrap part of your UI in a <CodeStep step={3}>visible</CodeStep> Activity boundary to defer mounting it on the initial render:
895
896
-```jsx [[1,6,"\\"visible\\""]]
+```jsx [[3,6,"\\"visible\\""]]
897
function Page() {
898
return (
899
<>
0 commit comments