Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

Commit 2feb20a

Browse files
committed
fix: conflicts in state-and-life-cycle
1 parent 99ebd9f commit 2feb20a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

content/docs/state-and-lifecycle.md

-9
Original file line numberDiff line numberDiff line change
@@ -418,15 +418,6 @@ this.setState(function(state, props) {
418418
একটি কম্পোনেন্ট তার state কে props হিসেবে এর child কম্পোনেন্টগুলোতে পাস করতে পারেঃ
419419

420420
```js
421-
<<<<<<< HEAD
422-
<h2>It is {this.state.date.toLocaleTimeString()}.</h2>
423-
```
424-
425-
ইউজার-ডিফাইনড কম্পোনেন্টগুলোর ক্ষেত্রেও এটি কাজ করেঃ
426-
427-
```js
428-
=======
429-
>>>>>>> b4b59062e59d56da37274c6de1fa4a134d2d8f49
430421
<FormattedDate date={this.state.date} />
431422
```
432423

0 commit comments

Comments
 (0)