Skip to content

Commit 884c05b

Browse files
committed
fix: update Bengali translation for useTransition documentation and clarify action prop example
1 parent 184e178 commit 884c05b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

src/content/reference/react/useTransition.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -581,15 +581,9 @@ This solution makes the app feel slow, because the user must wait each time they
581581

582582
---
583583

584-
<<<<<<< HEAD
585-
### ট্রানজিশনে প্যারেন্ট কম্পোনেন্ট আপডেট করা {/*updating-the-parent-component-in-a-transition*/}
586-
587-
আপনি `useTransition` কল থেকে একটি প্যারেন্ট কম্পোনেন্টের state আপডেট করতে পারেন। উদাহরণস্বরূপ, এই `TabButton` কম্পোনেন্টটি এর `onClick` লজিককে একটি ট্রানজিশনে রাখে:
588-
=======
589-
### Exposing `action` prop from components {/*exposing-action-props-from-components*/}
584+
### কম্পোনেন্ট থেকে `action` prop expose করা {/*exposing-action-props-from-components*/}
590585

591-
You can expose an `action` prop from a component to allow a parent to call an Action.
592-
>>>>>>> 50d6991ca6652f4bc4c985cf0c0e593864f2cc91
586+
আপনি একটি কম্পোনেন্ট থেকে একটি `action` prop expose করতে পারেন যাতে একটি parent একটি Action কল করতে পারে।
593587

594588
For example, this `TabButton` component wraps its `onClick` logic in an `action` prop:
595589

0 commit comments

Comments
 (0)