Skip to content

Commit eaa502f

Browse files
authored
Fix wrong highlighted line numbers in nested Profiler example (#3218)
1 parent ea69990 commit eaa502f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-profiler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ render(
4949
```
5050

5151
`Profiler` components can also be nested to measure different components within the same subtree:
52-
```js{2,6,8}
52+
```js{3,5,8}
5353
render(
5454
<App>
5555
<Profiler id="Panel" onRender={callback}>

0 commit comments

Comments
 (0)