Add missing stub for Profiler

This commit is contained in:
Dan Abramov
2022-12-07 22:01:45 +00:00
parent 51f0d2d76e
commit 583f9a79a5
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
title: Profiler
---
<Wip>
This section is incomplete, please see the old docs for [Profiler.](https://reactjs.org/docs/profiler.html)
</Wip>
<InlineToc />

View File

@@ -83,6 +83,11 @@
"title": "<Fragment> (<>)",
"path": "/apis/react/Fragment"
},
{
"title": "<Profiler>",
"path": "/apis/react/Profiler",
"wip": true
},
{
"title": "<StrictMode>",
"path": "/apis/react/StrictMode",