Open
Conversation
Collaborator
|
I would suggest to include some details in PR description here. |
Collaborator
harshilparmar
left a comment
There was a problem hiding this comment.
@shatishdesai202 I would recommend you to follow #3.
eg. state should not be translated directly.
harshilparmar
requested changes
Oct 8, 2024
Collaborator
|
@shatishdesai202 hey any updates on this? |
Author
|
@harshilparmar Done! |
Collaborator
|
@shatishdesai202 Hello so sorry for late. I will review it asap. |
Collaborator
|
@shatishdesai202 I think this page has been updated after you pushed your PR changes. Would you like to update the section again? |
| #### પેરામીટર્સ {/*parameters*/} | ||
|
|
||
|
|
||
| * `action`: A function that updates some state by calling one or more [`set` functions](/reference/react/useState#setstate). React calls `action` immediately with no parameters and marks all state updates scheduled synchronously during the `action` function call as Transitions. Any async calls awaited in the `action` will be included in the transition, but currently require wrapping any `set` functions after the `await` in an additional `startTransition` (see [Troubleshooting](/reference/react/useTransition#react-doesnt-treat-my-state-update-after-await-as-a-transition)). State updates marked as Transitions will be [non-blocking](#marking-a-state-update-as-a-non-blocking-transition) and [will not display unwanted loading indicators.](/reference/react/useTransition#preventing-unwanted-loading-indicators). |
Collaborator
There was a problem hiding this comment.
I think you forgot to translate this part.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.