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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ However, when the `keyed` prop is set to `true`, the argument is the `when` prop
61
61
62
62
The render function is treated like a separate component.
63
63
A key point to understand is that the render function is wrapped in [`untrack`](/reference/reactive-utilities/untrack).
64
-
As a result, any changes to signals accessed directly within the render function will not be reflected in the UI.
64
+
As a result, any changes to signals accessed directly within the render function will not trigger updates.
65
65
66
66
For example, in the following code, clicking the increment button does not update the count value displayed on the screen because the `count` signal is not tracked.
0 commit comments