You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from next-safe-action v7.0.0-next.33, you are required to install a Next.js version >= 14.3.0-canary.40, because previous versions were missing support for React's useActionState hook, which is used under the hood for next-safe-action's useStateAction hook.
When the new stable release of Next.js with support for useActionState hook will be published, the next branch will be merged into main and version 7 of the library will be released.
SEE UPDATE BELOW ⬇️
The text was updated successfully, but these errors were encountered:
TheEdoRan
changed the title
[IMPORTANT] [v7] Next.js 14.3.0 canary version is required
[IMPORTANT] [v7] Next.js >= 14.3.0-canary.40 version is required
May 31, 2024
TheEdoRan
changed the title
[IMPORTANT] [v7] Next.js >= 14.3.0-canary.40 version is required
[IMPORTANT] [v7] Next.js >= 15 is required to use useStateAction hook
Jun 12, 2024
Next.js 15 is only required if you want to use the useStateAction hook, which uses React's useActionState hook under the hood. Previous versions of the framework lack support for it. You can use all the other features of next-safe-action v7 even with Next.js 14.
Starting from next-safe-action v7.0.0-next.33, you are required to install a Next.js version >= 14.3.0-canary.40, because previous versions were missing support for React's
useActionState
hook, which is used under the hood for next-safe-action'suseStateAction
hook.When the new stable release of Next.js with support for
useActionState
hook will be published, thenext
branch will be merged intomain
and version 7 of the library will be released.SEE UPDATE BELOW ⬇️
The text was updated successfully, but these errors were encountered: