Skip to content

feat: receiving and sharing qeaas #636

feat: receiving and sharing qeaas

feat: receiving and sharing qeaas #636

Triggered via pull request October 2, 2024 07:31
Status Failure
Total duration 55s
Artifacts

continuous-integration.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Validate: apps/easypid/src/features/receive/slides/OfferCredentialSlide.tsx#L175
Type '{ issuerImage: DisplayImage | undefined; textColor: string | undefined; name: string; issuerName: string; backgroundImage: DisplayImage | undefined; subtitle: string | undefined; bgColor: string | undefined; isLoading: boolean; }' is not assignable to type 'IntrinsicAttributes & FunkeCredentialCardProps'.
Validate: apps/easypid/src/features/wallet/FunkeWalletScreen.tsx#L173
Type '{ issuerImage: { url: string; altText: string; }; backgroundImage: { url: string; altText: string; }; issuerName: string; textColor: string; name: string; bgColor: string; shadow: false; onPress: () => void; }' is not assignable to type 'IntrinsicAttributes & FunkeCredentialCardProps'.
Validate: apps/easypid/src/features/wallet/FunkeWalletScreen.tsx#L186
Type '{ issuerImage: DisplayImage | undefined; backgroundImage: DisplayImage | undefined; textColor: string | undefined; name: string; issuerName: string; subtitle: string | undefined; bgColor: string | undefined; shadow: false; }' is not assignable to type 'IntrinsicAttributes & FunkeCredentialCardProps'.
Validate
Process completed with exit code 2.