From 583f9a79a5121d46d47f9035e87bd969bb1330ee Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 7 Dec 2022 22:01:45 +0000 Subject: [PATCH] Add missing stub for Profiler --- beta/src/content/apis/react/Profiler.md | 11 +++++++++++ beta/src/sidebarAPIs.json | 5 +++++ 2 files changed, 16 insertions(+) create mode 100644 beta/src/content/apis/react/Profiler.md diff --git a/beta/src/content/apis/react/Profiler.md b/beta/src/content/apis/react/Profiler.md new file mode 100644 index 000000000..efb7712c7 --- /dev/null +++ b/beta/src/content/apis/react/Profiler.md @@ -0,0 +1,11 @@ +--- +title: Profiler +--- + + + +This section is incomplete, please see the old docs for [Profiler.](https://reactjs.org/docs/profiler.html) + + + + diff --git a/beta/src/sidebarAPIs.json b/beta/src/sidebarAPIs.json index 3e716faf9..1b61bd5ec 100644 --- a/beta/src/sidebarAPIs.json +++ b/beta/src/sidebarAPIs.json @@ -83,6 +83,11 @@ "title": " (<>)", "path": "/apis/react/Fragment" }, + { + "title": "", + "path": "/apis/react/Profiler", + "wip": true + }, { "title": "", "path": "/apis/react/StrictMode",