Booker

Results 2 comments of Booker

is there any update with this... I am trying to follow along on the Dashboard example here: https://nextjs.org/learn/dashboard-app/improving-accessibility (Chapter 14) It is not possible to use `useActionState` anymore, so what...

> @Booker-CU as mentioned here [facebook/react#29017 (comment)](https://github.com/facebook/react/issues/29017#issuecomment-2100762816), you can use `useFormState` from react-dom instead of `useActionState`. I was able to finish `Chapter 14` with this solution. thank you for this......