You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate from isomorphic-formdata to formdata-node.
🎤 Pitch
The isomorphic-formdata package depends on formdata package.
The formdata package depends on node builtins util and path.
These builtins are often not available in popular server runtimes, such as Vercel functions, leading to runtime errors.
formdata-node is isomorphic and has no such builtin dependencies.
👀 Have you spent some time to check if this issue has been raised before?
🔖 Feature description
Migrate from
isomorphic-formdata
toformdata-node
.🎤 Pitch
The
isomorphic-formdata
package depends onformdata
package.The
formdata
package depends on node builtinsutil
andpath
.These builtins are often not available in popular server runtimes, such as Vercel functions, leading to runtime errors.
formdata-node
is isomorphic and has no such builtin dependencies.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: