graphql-request icon indicating copy to clipboard operation
graphql-request copied to clipboard

File Upload node 18 fails with dom.FormData

Open arsonik opened this issue 3 years ago • 0 comments

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;

arsonik avatar Sep 07 '22 10:09 arsonik