### Summary Hello 👋 1. useActionState should return `[state, formAction, isPending]`, not just `[state, formAction]` 2. The doc make it unclear if we can actually use this hook **outside** of a form, there are only examples about using it in a form and the second item in the return is `formAction`, but [the author of the hook specified it should not always be the case](https://github.com/facebook/react/pull/28491) ### Page https://19.react.dev/reference/react/useActionState#returns ### Details _No response_