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/routes/reference/components/show.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ function Example() {
26
26
27
27
## Keyed rendering
28
28
29
-
When the `keyed`prop is set to `true`, changes to the `when` prop—including reference changes—trigger a re-render of the `<Show>` component’s children.
29
+
When the `keyed` is set to `true`, any change to the `when` prop — including changes in its reference — will cause the `<Show>` component to re-render its children.
0 commit comments