File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/source/reference-material Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ components which check reference equality to prevent unnecessary renders. The
247
247
.. note ::
248
248
249
249
You may manually specify what values the callback depends on in the :ref: `same way
250
- as effects <Manual Effect Conditions>` using the ``args `` parameter.
250
+ as effects <Manual Effect Conditions>` using the ``dependencies `` parameter.
251
251
252
252
253
253
Use Memo
@@ -276,7 +276,7 @@ after) and should not incur side effects.
276
276
.. note ::
277
277
278
278
You may manually specify what values the callback depends on in the :ref: `same way
279
- as effects <Manual Effect Conditions>` using the ``args `` parameter.
279
+ as effects <Manual Effect Conditions>` using the ``dependencies `` parameter.
280
280
281
281
282
282
Use Ref
You can’t perform that action at this time.
0 commit comments