Closed TheEdoRan closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
next-safe-action-playground | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2024 4:14pm |
next-safe-action-website | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 14, 2024 4:14pm |
:tada: This PR is included in version 7.6.1-beta.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Proposed changes
This PR introduces a workaround for the issues described in #227, by adding
isTransitioning
andisPending
shorthand statuses to the hooks return object.isTransitioning
is the value returned from theuseTransition
hook that is used under the hood, whileisPending
has the value ofisExecuting || isTransitioning
, for convenience.Related issue(s) or discussion(s)
re #227