From 28afc7471394f0fdabb0117c7c9ad2ac9907d3dc Mon Sep 17 00:00:00 2001 From: Gesit Date: Thu, 30 May 2024 22:31:45 +0200 Subject: [PATCH] docs: added useBlocker to the data apis (#11600) --- contributors.yml | 1 + docs/routers/picking-a-router.md | 1 + 2 files changed, 2 insertions(+) diff --git a/contributors.yml b/contributors.yml index bb6a7125af..4f1ea4c4f3 100644 --- a/contributors.yml +++ b/contributors.yml @@ -268,3 +268,4 @@ - yracnet - yuleicul - zheng-chuang +- Geist5000 diff --git a/docs/routers/picking-a-router.md b/docs/routers/picking-a-router.md index 92dfea59f5..2612c1e077 100644 --- a/docs/routers/picking-a-router.md +++ b/docs/routers/picking-a-router.md @@ -134,6 +134,7 @@ The following APIs are introduced in React Router 6.4 and will only work when us [useactiondata]: ../hooks/use-action-data [useasyncerror]: ../hooks/use-async-error [useasyncvalue]: ../hooks/use-async-value +[useblocker]: ../hooks/use-blocker [usefetcher]: ../hooks/use-fetcher [usefetchers]: ../hooks/use-fetchers [useloaderdata]: ../hooks/use-loader-data