### Summary When I search an issue which relevant to [useActionState](https://react.dev/reference/react/useActionState), I found an alike problem on [form reference](https://react.dev/reference/react-dom/components/form). ### Page https://react.dev/reference/react-dom/components/form#display-a-form-submission-error-without-javascript ### Details There is an error, `(0 , _react.useActionState) is not a function or its return value is not iterable`. ## Screenshot Image  I've checked the code in sandbox, but I have no clue😭