Skip to content

Commit 873c76c

Browse files
committed
fix: resolve merge conflict and update Bengali translation for useTransition documentation
1 parent ec40eed commit 873c76c

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

src/content/reference/react/useTransition.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,7 @@ function SubmitButton({ submitAction }) {
117117

118118
* Transition আপডেটগুলি টেক্সট ইনপুটগুলি নিয়ন্ত্রণের জন্য ব্যবহৃত হতে পারে না।
119119

120-
<<<<<<< HEAD
121-
* যদি একাধিক চলমান transitions থাকে, React বর্তমানে তাদেরকে একসাথে ব্যাচ করে। এটি একটি সীমাবদ্ধতা যা সম্ভবত ভবিষ্যতের কোনো রিলিজে সরানো হবে।
122-
123-
---
124-
=======
125-
* If there are multiple ongoing Transitions, React currently batches them together. This is a limitation that may be removed in a future release.
126-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
120+
* যদি একাধিক চলমান Transitions থাকে, React বর্তমানে তাদেরকে একসাথে ব্যাচ করে। এটি একটি সীমাবদ্ধতা যা সম্ভবত ভবিষ্যতের কোনো রিলিজে সরানো হবে।
127121

128122
## ব্যবহারবিধি {/*usage*/}
129123

0 commit comments

Comments
 (0)