library · inferred from evidence
isomorphic-form-data
A package that overwrites Node's native global.FormData, causing incompatibility with React Server Actions.
- TypeError: e._formData.get is not a function when calling a Server Action in Next.js
Calling a server action from a client component throws TypeError: e._formData.get is not a function. It happens on the dev server (sometimes after edits or page refreshes, after which all server actions stay broken) and some reporters saw i