-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
To make solving #91 easier we should upgrade to NextJS 15. From the upgrade notes:
React 19
useFormStatehas been replaced byuseActionState. TheuseFormStatehook is still available in React 19, but it is deprecated and will be removed in a future release.useActionStateis recommended and includes additional properties like reading the pending state directly. Learn more.
useFormStatus now includes additional keys like data, method, and action. If you are not using React 19, only the pending key is available. Learn more.Read more in the React 19 upgrade guide.
Metadata
Metadata
Assignees
Labels
No labels