Skip to content

Commit f3f3f26

Browse files
authored
Merge branch 'main' into sync-69edd845
2 parents 579a665 + bd353f6 commit f3f3f26

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/content/learn/react-developer-tools.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ react-devtools
5050

5151
![React Developer Tools standalone](/images/docs/react-devtools-standalone.png)
5252

53+
<<<<<<< HEAD
5354
## Мобильдік қосымша (React Native) {/*mobile-react-native*/}
5455
React Developer Tools [React Native](https://reactnative.dev/) көмегімен жасалған қосымшаларды зеттеу үшін қолдануға болады.
5556

@@ -70,3 +71,12 @@ react-devtools
7071
> Программа зерттеу құралдары бірнеше секундтан кейін қосылмаса, қолданбаны қайта жүктеп көріңіз.
7172
7273
[React Native дебаггингі туралы көбірек білу.](https://reactnative.dev/docs/debugging)
74+
=======
75+
## Mobile (React Native) {/*mobile-react-native*/}
76+
77+
To inspect apps built with [React Native](https://reactnative.dev/), you can use [React Native DevTools](https://reactnative.dev/docs/debugging/react-native-devtools), the built-in debugger that deeply integrates React Developer Tools. All features work identically to the browser extension, including native element highlighting and selection.
78+
79+
[Learn more about debugging in React Native.](https://reactnative.dev/docs/debugging)
80+
81+
> For versions of React Native earlier than 0.76, please use the standalone build of React DevTools by following the [Safari and other browsers](#safari-and-other-browsers) guide above.
82+
>>>>>>> 3b02f828ff2a4f9d2846f077e442b8a405e2eb04

src/content/reference/react-dom/components/input.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,7 @@ To display an input, render the [built-in browser `<input>`](https://developer.m
3232

3333
`<input>` supports all [common element props.](/reference/react-dom/components/common#props)
3434

35-
<<<<<<< HEAD
36-
<Canary>
37-
38-
React's extensions to the `formAction` prop are currently only available in React's Canary and experimental channels. In stable releases of React, `formAction` works only as a [built-in browser HTML component](/reference/react-dom/components#all-html-components). Learn more about [React's release channels here](/community/versioning-policy#all-release-channels).
39-
</Canary>
40-
41-
[`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"` and `type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction` the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).
42-
=======
4335
- [`formAction`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#formaction): A string or function. Overrides the parent `<form action>` for `type="submit"` and `type="image"`. When a URL is passed to `action` the form will behave like a standard HTML form. When a function is passed to `formAction` the function will handle the form submission. See [`<form action>`](/reference/react-dom/components/form#props).
44-
>>>>>>> 69edd845b9a654c6ac9ed68da19d5b42897e636e
4536

4637
You can [make an input controlled](#controlling-an-input-with-a-state-variable) by passing one of these props:
4738

0 commit comments

Comments
 (0)