We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93007d0 commit 2ade579Copy full SHA for 2ade579
content/docs/lists-and-keys.md
@@ -50,11 +50,7 @@ ReactDOM.render(
50
51
通常、リストは何らかの[コンポーネント](/docs/components-and-props.html)の内部でレンダリングしたいと思うでしょう。
52
53
-<<<<<<< HEAD
54
-前の例をリファクタリングして、`numbers` という配列を受け取って要素の順序なしリストを出力するコンポーネントを作ることができます。
55
-=======
56
-We can refactor the previous example into a component that accepts an array of `numbers` and outputs a list of elements.
57
->>>>>>> f767be60c2efd49115b24c4dc6a17d666e4bc263
+前の例をリファクタリングして、`numbers` という配列を受け取って要素のリストを出力するコンポーネントを作ることができます。
58
59
```javascript{3-5,7,13}
60
function NumberList(props) {
0 commit comments