Prerequisites
Describe the bug
After I upgraded from v2.1.3-0 to v2.3.38, I'm stuck while building the app with react-app-rewired , error happened.
Failed to compile.
./node_modules/@thirdweb-dev/sdk/dist/browser/index.mjs
Attempted import error: 'File' is not exported from '@web-std/file' (imported as 'File$1').
Prerequisites
@thirdweb-dev/sdkis on the latest stable version and the bug still exists.Describe the bug
After I upgraded from v2.1.3-0 to v2.3.38, I'm stuck while building the app with
react-app-rewired, error happened.