Skip to content

Commit 5eeb2d6

Browse files
committed
chore(website): improve transition section in migration guide
1 parent 5f2b205 commit 5eeb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/migrations/v7-to-v8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const action = actionClient
129129

130130
### ✨ Added `transitioning` status
131131

132-
The `transitioning` status has been added to the hook result object. This status is set when the action has finished executing, but the transition is not yet complete. The transition state is handled by the [`useTransition()`](https://react.dev/reference/react/useTransition) React hook used under the hood in next-safe-action hooks.
132+
The action status, when using hooks, now can be `transitioning` as well. This value is set when the action has finished executing, but the transition is not yet complete. The transition state is managed by the [`useTransition()`](https://react.dev/reference/react/useTransition) React hook used under the hood in next-safe-action hooks.
133133

134134
### 🔄 Safe action result always defined
135135

0 commit comments

Comments
 (0)