Skip to content

Commit c9c49a5

Browse files
committed
update
1 parent 43dfb39 commit c9c49a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/routes/reference/secondary-primitives/create-render-effect.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ This function re-runs whenever any of its dependencies change.
2727
As a result, refs are **not set** before the render effect runs for the first time.
2828

2929
- After the initial execution, render effects will re-run whenever any of their dependencies change.
30-
This happens **after** any pure computations (such as [memos](/concepts/derived-values/memos)) within the same update cycle.
30+
31+
Render effects always re-run **after** any pure computations (such as [memos](/concepts/derived-values/memos)) are executed within the same update cycle.
3132

3233
When multiple dependencies are updated within the same batch, the render effect will only run once.
3334

0 commit comments

Comments
 (0)