We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6bc6c commit 26c6010Copy full SHA for 26c6010
docs/source/reference-material/hooks-api.rst
@@ -247,7 +247,7 @@ components which check reference equality to prevent unnecessary renders. The
247
.. note::
248
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.
+ as effects <Manual Effect Conditions>` using the ``dependencies`` parameter.
251
252
253
Use Memo
@@ -276,7 +276,7 @@ after) and should not incur side effects.
276
277
278
279
280
281
282
Use Ref
0 commit comments