Skip to content

Commit 4bd503e

Browse files
authored
fix conflicts
1 parent 0b61fd6 commit 4bd503e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

src/content/learn/rendering-lists.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1086,11 +1086,7 @@ export const recipes = [{
10861086

10871087
#### قائمة مع فاصل {/*list-with-a-separator*/}
10881088

1089-
<<<<<<< HEAD
10901089
هذا المثال يقوم بتصيير haiku المشهورة من قبل كاتسوشيكا هوكوسي، مع كل سطر ملتف في وسم `<p>`. عملك هو إدخال فاصل `<hr />` بين كل فقرة. يجب أن تبدو بنيتك الناتجة كما يلي:
1091-
=======
1092-
This example renders a famous haiku by Tachibana Hokushi, with each line wrapped in a `<p>` tag. Your job is to insert an `<hr />` separator between each paragraph. Your resulting structure should look like this:
1093-
>>>>>>> 68f417a600c7d7b8c4131e39f8a843a856ae3909
10941090

10951091
```js
10961092
<article>

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,23 +2109,13 @@ export default function Game() {
21092109
}
21102110
```
21112111
2112-
<<<<<<< HEAD
21132112
يمكنك رؤية ما يجب أن يبدو عليه الكود أدناه. لاحظ أنه يجب أن ترى خطأ في أدوات المطورين يقول:
21142113
21152114
``Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `Game`.``
21162115
21172116
``تحذير: يجب أن يكون لكل طفل في مصفوفة أو محدد خاصية "مفتاح key" فريدة. تحقق من طريقة التصيير لـ `Game`.``
21182117
21192118
ستقوم بإصلاح هذا الخطأ في القسم التالي.
2120-
=======
2121-
You can see what your code should look like below. Note that you should see an error in the developer tools console that says:
2122-
2123-
<ConsoleBlock level="warning">
2124-
Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of &#96;Game&#96;.
2125-
</ConsoleBlock>
2126-
2127-
You'll fix this error in the next section.
2128-
>>>>>>> 68f417a600c7d7b8c4131e39f8a843a856ae3909
21292119
21302120
<Sandpack>
21312121

0 commit comments

Comments
 (0)