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: src/content/reference/react/Activity.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ You can use Activity to hide part of your application:
47
47
48
48
When an Activity boundary becomes <CodeStepstep={1}>hidden</CodeStep>, React will visually hide its <CodeStepstep={2}>children</CodeStep> using the `display: "none"` CSS property. It will also destroy their Effects, cleaning up any active subscriptions.
49
49
50
-
While hidden, children still receive updates, albeit at a lower priority then the rest of the content.
50
+
While hidden, children still receive updates, albeit at a lower priority than the rest of the content.
51
51
52
52
When the boundary becomes <CodeStepstep={3}>visible</CodeStep> again, React will reveal the children with their previous state restored, and create their Effects.
0 commit comments