Skip to content

useFormState has been Deprecated / Moved. #85

Open
@Fr3akyMurk

Description

@Fr3akyMurk

Greetings!
After some experimenting with the feat-remove-lucia (and the hacking that followed to get it to work...)
I found out that Next.JS has deprecated / moved the useFormState.

It used to be.
import { useFormState } from "react-dom";

Now it's.
import { useActionState } from "react";

I am not too sure if Next.JS will deprecate this in the future and flat out error out but it's good idea to fix this before something happens.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions