Sean Yang
Sean Yang
> State does lack 'prevState', so your example is not working. Maybe you could be so nice and add your whole solution to this problem.  did you type State...
instead of `import '@app/ui/global.css'` try `import '../app/ui/global.css'`
you shouldn't be running `npm i` the doc is using "pnpm" (install thru npm) https://nextjs.org/learn/dashboard-app/getting-started#running-the-development-server might wanna start from beginning or delete your node_modules and rerun pnpm i
hey @hyunha95 please take a look and try this: https://github.com/vercel/next-learn/issues/845#issue-2484893438 let me know if it works
@EdoanR hey, wanna try my solution and see if it works? By the way, the official documentaion is written in the way where failure on data validation on form submission...