Skip to content

Commit 4e5bd33

Browse files
committed
update
1 parent a9b8377 commit 4e5bd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/reference/components/show.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ However, when the `keyed` prop is set to `true`, the argument is the `when` prop
6161

6262
The render function is treated like a separate component.
6363
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.
6565

6666
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.
6767

0 commit comments

Comments
 (0)