-
Hi, I am uploading images in my sveltekit project and read that I need to install @urql/exchange-multipart-fetch. I am now getting the following error when using the multipartFetchExchange: Error when evaluating SSR module /node_modules/@urql/exchange-multipart-fetch/node_modules/extract-files/lib/ReactNativeFile.js: Any help would be greatly appreciated? Using: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
extract-files
is currently a mixed module of CommonJS and ESM so it'll need some special help from bunglers to be transpired. I'm not quite sure what Vite provides to support these kinds of packages, but I'd start asking there whether it's fixable