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
247247.. note ::
248248
249249 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.
251251
252252
253253Use Memo
@@ -276,7 +276,7 @@ after) and should not incur side effects.
276276.. note ::
277277
278278 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.
280280
281281
282282Use Ref
You can’t perform that action at this time.
0 commit comments