fix: thordevkit imports #360
Annotations
8 errors and 1 warning
Lint
Type '(type: "tx" | "cert", msg: TxMessage | CertMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
|
Lint
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'TxMessage'.
|
Lint
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'CertMessage'.
|
Lint
Type '(type: "tx" | "cert", msg: TxMessage | CertMessage) => { request: () => Promise<TxResponse>; } | { request: () => Promise<CertResponse>; }' is not assignable to type '{ (kind: "tx", msg: TxMessage): TxSigningService; (kind: "cert", msg: CertMessage): CertSigningService; }'.
|
Lint
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'TxMessage'.
|
Lint
Argument of type 'TxMessage | CertMessage' is not assignable to parameter of type 'CertMessage'.
|
Lint
@vechain/dapp-kit#lint: command (/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/packages/dapp-kit) yarn run lint exited (2)
|
Lint
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading