79371221

Date: 2025-01-20 12:00:54
Score: 1
Natty:
Report link

I had the same issue and found the problem.

  1. Make sure you have the latest next js and react js packages.

  2. replace imports: useActionState from "react" not "react-dom"

    import { useActionState } from "react";

  3. replace your useFormState with the useActionState in your code.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: emil dragan