We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59eb875 commit a4769d7Copy full SHA for a4769d7
content/docs/reference-profiler.md
@@ -48,13 +48,8 @@ render(
48
);
49
```
50
51
-<<<<<<< HEAD
52
Los componentes `Profiler` también se pueden anidar para medir diferentes componentes dentro del mismo subárbol:
53
-```js{2,6,8}
54
-=======
55
-`Profiler` components can also be nested to measure different components within the same subtree:
56
```js{3,5,8}
57
->>>>>>> 8f7ffa473905148fd5c7ecfd7fed5dabbd261bf0
58
render(
59
<App>
60
<Profiler id="Panel" onRender={callback}>
0 commit comments