Hello, I'm running a React TypeScript project with the appwrite sdk installed. When I import the module containing the appwrite setup, I get the following error:
Uncaught SyntaxError: The requested module '/node_modules/cross-fetch/dist/browser-ponyfill.js?v=6461ce81' does not provide an export named 'fetch' (at sdk.js?v=6461ce81:2:10)
I'm guessing it has to do with how modules are being resolved? Any help appreciated ๐