cycles-wallet
cycles-wallet copied to clipboard
Argument of type 'BigInt' is not assignable to parameter of type 'string | number | bigint | boolean'.
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'.