graphql-request
graphql-request copied to clipboard
File Upload node 18 fails with dom.FormData
Running with node 18 fails. The same exact code works with node17.
I've worked around it temporarily by setting globally FormData to undefined
global.FormData = undefined;