The React documentation website
Creative Commons Attribution 4.0 International
11.07k
stars
7.55k
forks
source link
[Typo]: useActionState reference page doesn't include `isPending` return, and is only used with forms #6872
Open
poulet42 opened 6 months ago
Summary
Hello 👋
[state, formAction, isPending]
, not just[state, formAction]
formAction
, but the author of the hook specified it should not always be the casePage
https://19.react.dev/reference/react/useActionState#returns
Details
No response