We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3545df commit 53cc87fCopy full SHA for 53cc87f
1 file changed
src/routes/reference/basic-reactivity/create-memo.mdx
@@ -72,7 +72,7 @@ An optional configuration object with the following properties:
72
73
A function that runs after each execution of `fn` to determine if the memo value has changed.
74
It receives the previous and the new value.
75
-If the function returns `true`, the memo does not trigger downstream updates.
+If it returns `true`, the values are considered equal and the memo does not trigger downstream updates.
76
77
If set to `false` (instead of a function), the memo triggers updates whenever it re-executes, even if the value is unchanged.
78
0 commit comments