Does RSC/Next.js guarantee you receive formData in server action on a form submission?
I am reading through the new Next.js docs, trying to learn more about React Server Components and server actions. In the validation section they show an example of using Zod to validate the formData values. However, I am wondering if it is also necessary to check that what we receive are formData in the first place?