From 0b240df91bd5b27690f95ea79fe74775262a3f5f Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 2 Sep 2022 03:16:37 -0700 Subject: [PATCH] Remove old "missing react hooks" note --- docs/source/reference/hooks-api.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/source/reference/hooks-api.rst b/docs/source/reference/hooks-api.rst index 286508a6c..f9e9340c1 100644 --- a/docs/source/reference/hooks-api.rst +++ b/docs/source/reference/hooks-api.rst @@ -7,12 +7,6 @@ Components. Their usage should always follow the :ref:`Rules of Hooks`. For most cases the :ref:`Basic Hooks` should be enough, however the remaining :ref:`Supplementary Hooks` should fulfill less common scenarios. -.. note:: - - Not all of React's built-in hooks have been implemented. - `In the future `_ they will be - added, but if you have a particular need for a missing hook post an issue. - Basic Hooks ===========