Thai Pangsakulyanont
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
content/docs/reference-profiler.md
|
|
@ -49,7 +49,7 @@ render( |
|
|
|
``` |
|
|
|
|
|
|
|
`Profiler` components can also be nested to measure different components within the same subtree: |
|
|
|
```js{2,6,8} |
|
|
|
```js{3,5,8} |
|
|
|
render( |
|
|
|
<App> |
|
|
|
<Profiler id="Panel" onRender={callback}> |
|
|
|