feat: credential selection in proof request #387
Annotations
4 errors
Validate:
packages/app/src/features/notifications/DidCommPresentationNotificationScreen.tsx#L36
Argument of type '{ [groupName: string]: number; }' is not assignable to parameter of type '{ [inputDescriptorId: string]: string; }'.
|
Validate:
packages/app/src/features/notifications/DidCommPresentationNotificationScreen.tsx#L65
Type '{ [groupName: string]: number; }' is not assignable to type '{ [inputDescriptorId: string]: string; }'.
|
Validate:
packages/app/src/features/notifications/DidCommPresentationNotificationScreen.tsx#L66
Type '(groupName: string, vcIndex: number) => void' is not assignable to type '(inputDescriptorId: string, credentialId: string) => void'.
|
Validate
Process completed with exit code 2.
|