I had the same issue and found the problem.
Make sure you have the latest next js and react js packages.
replace imports: useActionState from "react" not "react-dom"
import { useActionState } from "react";
replace your useFormState with the useActionState in your code.