Next.js Discord

Discord Forum

useFormState error with vitest/jsdom

Unanswered
Cape lion posted this in #help-forum
Open in Discord
Cape lionOP
When running the nextjs server useFormState works as expected. When running in jsdom I get the error

TypeError: useFormState is not a function or its return value is not iterable


If I do

import { useFormState } from "react-dom";
...
console.log({useFormState});


I get {useFormState: undefined}

0 Replies