safe-apps-sdk icon indicating copy to clipboard operation
safe-apps-sdk copied to clipboard

fix: `TypeError: can't convert BigInt to number`

Open cromatikap opened this issue 10 months ago • 7 comments

After the following

$ npx create-react-app my-safe-app --template @safe-global/cra-template-safe-app
$ cd my-safe-app
$ npm i
$ npm run build

The build would display a blank page with TypeError: can't convert BigInt to number error in console.

I applied this solution and it fixed the issue.

cromatikap avatar Aug 07 '23 12:08 cromatikap