Skip to content

Commit 1fabc17

Browse files
committed
Resolve merge conflicts
1 parent 9cbbe83 commit 1fabc17

File tree

3 files changed

+2
-19
lines changed

3 files changed

+2
-19
lines changed

src/content/reference/react/Fragment.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ title: <Fragment> (<>...</>)
2929

3030
#### Пропси {/*props*/}
3131

32-
<<<<<<< HEAD
3332
- **опційний** `key`: Фрагменти, оголошені з явним синтаксисом `<Fragment>` можуть мати [ключі.](/learn/rendering-lists#keeping-list-items-in-order-with-key)
34-
- <ExperimentalBadge /> **optional** `ref`: A ref object (e.g. from [`useRef`](/reference/react/useRef)) or [callback function](/reference/react-dom/components/common#ref-callback). React provides a `FragmentInstance` as the ref value that implements methods for interacting with the DOM nodes wrapped by the Fragment.
35-
=======
36-
- **optional** `key`: Fragments declared with the explicit `<Fragment>` syntax may have [keys.](/learn/rendering-lists#keeping-list-items-in-order-with-key)
3733
- <CanaryBadge /> **optional** `ref`: A ref object (e.g. from [`useRef`](/reference/react/useRef)) or [callback function](/reference/react-dom/components/common#ref-callback). React provides a `FragmentInstance` as the ref value that implements methods for interacting with the DOM nodes wrapped by the Fragment.
38-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
3934

4035
### <CanaryBadge /> FragmentInstance {/*fragmentinstance*/}
4136

src/content/reference/react/Profiler.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ title: <Profiler>
3737

3838
#### Застереження {/*caveats*/}
3939

40-
<<<<<<< HEAD
41-
* Профілювання створює додаткове навантаження, тому **початково воно вимкнене у збірці для впровадження (production).** Щоб профілювати у публічному середовищі, потрібно скористатися [спеціальною збіркою для впровадження з увімкненим профілюванням.](https://fb.me/react-profiling)
42-
=======
43-
* Profiling adds some additional overhead, so **it is disabled in the production build by default.** To opt into production profiling, you need to enable a [special production build with profiling enabled.](/reference/dev-tools/react-performance-tracks#using-profiling-builds)
44-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
40+
* Профілювання створює додаткове навантаження, тому **початково воно вимкнене у збірці для впровадження (production).** Щоб профілювати у публічному середовищі, потрібно скористатися [спеціальною збіркою для впровадження з увімкненим профілюванням.](/reference/dev-tools/react-performance-tracks#using-profiling-builds)
4541

4642
---
4743

@@ -85,11 +81,7 @@ function onRender(id, phase, actualDuration, baseDuration, startTime, commitTime
8581

8682
<Pitfall>
8783

88-
<<<<<<< HEAD
89-
* Профілювання створює додаткове навантаження, тому **початково воно вимкнене у збірці для впровадження (production).** Щоб профілювати у публічному середовищі, потрібно скористатися [спеціальною збіркою для впровадження з увімкненим профілюванням.](https://fb.me/react-profiling)
90-
=======
91-
Profiling adds some additional overhead, so **it is disabled in the production build by default.** To opt into production profiling, you need to enable a [special production build with profiling enabled.](/reference/dev-tools/react-performance-tracks#using-profiling-builds)
92-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
84+
* Профілювання створює додаткове навантаження, тому **початково воно вимкнене у збірці для впровадження (production).** Щоб профілювати у публічному середовищі, потрібно скористатися [спеціальною збіркою для впровадження з увімкненим профілюванням.](/reference/dev-tools/react-performance-tracks#using-profiling-builds)
9385

9486
</Pitfall>
9587

src/content/versions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,11 +299,7 @@ title: Версії React
299299

300300
React було опубліковано з відкритим вихідним кодом 29 травня 2013 року. Початковий коміт&nbsp;— це [`75897c`: Initial public release](https://github.com/facebook/react/commit/75897c2dcd1dd3a6ca46284dd37e13d22b4b16b4).
301301

302-
<<<<<<< HEAD
303302
Перегляньте ["Why did we build React?"](https://uk.legacy.reactjs.org/blog/2013/06/05/why-react.html), перший допис у блозі.
304-
=======
305-
See the first blog post: [Why did we build React?](https://legacy.reactjs.org/blog/2013/06/05/why-react.html)
306-
>>>>>>> 0d05d9b6ef0f115ec0b96a2726ab0699a9ebafe1
307303

308304
React було опубліковано з відкритим вихідним кодом в офісі Facebook у Сієтлі у 2013 році:
309305

0 commit comments

Comments
 (0)