File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/reference/react Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Bu `children` içindeki node'ların sayısı.
6464
6565### ` Children.forEach(children, fn, thisArg?) ` {/* children-foreach* /}
6666
67- Call ` Children.forEach(children, fn, thisArg?) ` to run some code for each child in the ` children ` data structure .
67+ Children veri yapısındaki her alt eleman için bazı kodlar çalıştırmak üzere ` Children.forEach(children, fn, thisArg?) ` öğesini çağırın .
6868
6969``` js src/RowList.js active
7070import { Children } from ' react' ;
@@ -78,7 +78,7 @@ function SeparatorList({ children }) {
7878 // ...
7979` ` `
8080
81- [See more examples below. ](#running-some-code-for-each-child)
81+ [Aşağıda daha fazla örneğe bakın ](#running-some-code-for-each-child)
8282
8383#### Parameters {/*children-foreach-parameters*/}
8484
You can’t perform that action at this time.
0 commit comments