dfinity / cycles-wallet

DFINITY Cycles Wallet
Apache License 2.0
55 stars 30 forks source link

Argument of type 'BigInt' is not assignable to parameter of type 'string | number | bigint | boolean'. #98

Open uney opened 3 years ago

uney commented 3 years ago

This error appears when I try to deploy using the following command: dfx deploy --no-wallet

RROR in /ICP_DEV/cycle_wallt/cycles-wallet/wallet_ui/canister/index.ts(213,22) TS2345: Argument of type 'BigInt' is not assignable to parameter of type 'string | number | bigint | boolean'. Type 'BigInt' is not assignable to type 'bigint'.