feat: update renaming #206
lint_and_unit_test.yml
on: pull_request
Lint & Test
2m 21s
Annotations
5 errors
Lint & Test:
src/components/DocumentStatus/DocumentStatus.tsx#L5
Module '"@tradetrust-tt/tradetrust"' has no exported member 'v4'.
|
Lint & Test:
src/utils/shared.test.ts#L121
Conversion of type '{ "@context": string[]; type: string[]; validFrom: string; name: string; issuer: { id: string; type: string; name: string; identityProof: { identityProofType: string; identifier: string; }; }; credentialStatus: { ...; }; renderMethod: { ...; }; credentialSubject: { ...; }; proof: { ...; }; }' to type 'WrappedOrSignedOpenAttestationDocument' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Lint & Test:
src/utils/shared.test.ts#L127
Conversion of type '{ "@context": string[]; type: string[]; validFrom: string; name: string; issuer: { id: string; type: string; name: string; identityProof: { identityProofType: string; identifier: string; }; }; credentialStatus: { ...; }; renderMethod: { ...; }; credentialSubject: { ...; }; proof: { ...; }; }' to type 'WrappedOrSignedOpenAttestationDocument' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
Lint & Test:
src/utils/shared.ts#L20
Property 'renderMethod' does not exist on type 'never'.
|
Lint & Test
Process completed with exit code 1.
|