safe-global / safe-apps-sdk

Client-side SDKs to create third-party Safe Apps
https://safe.global
MIT License
242 stars 115 forks source link

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

Open cromatikap opened 11 months ago

cromatikap commented 11 months ago

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.

changeset-bot[bot] commented 11 months ago

🦋 Changeset detected

Latest commit: 3d03006f750af56164ba4345cd687aadd97433b8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ---------------------------------- | ----- | | @safe-global/cra-template-safe-app | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

github-actions[bot] commented 11 months ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

cromatikap commented 11 months ago

the CLA link is broken 😅

Screenshot 2023-08-07 at 13 11 12
cromatikap commented 11 months ago

I have read the CLA Document and I hereby sign the CLA

cromatikap commented 11 months ago

recheck

mmv08 commented 11 months ago

The CLA should be available here: https://safe.global/cla

Could you please also include a changeset? Thank you. The comment from the changeset bot should guide you through the process of adding one

cromatikap commented 10 months ago

Added the changeset 👍 , anything else?