Skip to content

Commit 5f849c6

Browse files
authored
Update thinking-in-react.md
1 parent ccb6e3a commit 5f849c6

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/content/learn/thinking-in-react.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -485,14 +485,6 @@ function FilterableProductTable({ products }) {
485485
486486
Унутры `SearchBar` дадайце апрацоўшчыкі падзей `onChange` і з іх дапамогай задайце значэнні станаў у бацькавым кампаненце:
487487
488-
<<<<<<< HEAD
489-
```js {5}
490-
<input
491-
type="text"
492-
value={filterText}
493-
placeholder="Шукаць..."
494-
onChange={(e) => onFilterTextChange(e.target.value)} />
495-
=======
496488
```js {4,5,13,19}
497489
function SearchBar({
498490
filterText,
@@ -513,7 +505,6 @@ function SearchBar({
513505
type="checkbox"
514506
checked={inStockOnly}
515507
onChange={(e) => onInStockOnlyChange(e.target.checked)}
516-
>>>>>>> 5d2f7105bd6374e465b8bdce8efceaeb8f01c937
517508
```
518509
519510
Цяпер праграма цалкам працуе!

0 commit comments

Comments
 (0)