Skip to content

Commit a4769d7

Browse files
authored
Update reference-profiler.md
1 parent 59eb875 commit a4769d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

content/docs/reference-profiler.md

-5
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,8 @@ render(
4848
);
4949
```
5050

51-
<<<<<<< HEAD
5251
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:
5652
```js{3,5,8}
57-
>>>>>>> 8f7ffa473905148fd5c7ecfd7fed5dabbd261bf0
5853
render(
5954
<App>
6055
<Profiler id="Panel" onRender={callback}>

0 commit comments

Comments
 (0)