Skip to content

Commit 26c6010

Browse files
committed
update docs with dependencies
1 parent 4e6bc6c commit 26c6010

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/reference-material/hooks-api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

253253
Use 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

282282
Use Ref

0 commit comments

Comments
 (0)