mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 03:42:14 +00:00
Add missing stub for Profiler
This commit is contained in:
11
beta/src/content/apis/react/Profiler.md
Normal file
11
beta/src/content/apis/react/Profiler.md
Normal 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 />
|
||||
@@ -83,6 +83,11 @@
|
||||
"title": "<Fragment> (<>)",
|
||||
"path": "/apis/react/Fragment"
|
||||
},
|
||||
{
|
||||
"title": "<Profiler>",
|
||||
"path": "/apis/react/Profiler",
|
||||
"wip": true
|
||||
},
|
||||
{
|
||||
"title": "<StrictMode>",
|
||||
"path": "/apis/react/StrictMode",
|
||||
|
||||
Reference in New Issue
Block a user