Refactor and implement data flow #126
Annotations
8 errors and 1 warning
build (18.x)
Type '{ profileData: { imageUrl: string; firstName: string; lastName: string; profileLink: string; domain: string; userId: string; profileType: ProfileTypes; }; }' is not assignable to type 'IntrinsicAttributes & ProfileViewProps'.
|
build (18.x)
Type '{ title: string; description: string; name: string; actions: number; formattedTotal: string; formattedUsd: string; }' is not assignable to type 'IntrinsicAttributes & DonorCollectiveCardProps'.
|
build (18.x)
Type '{ imageUrl: string; firstName: string; lastName: string; actionsPerformed: number; amountReceived: string; collectivesTotal: number; creationDate: string; amountDonated: string; peopleSupported: number; type: WalletProfileTypes; }' is not assignable to type 'IntrinsicAttributes & WalletProfileProps'.
|
build (18.x)
Type '{ imageUrl: string; firstName: string; lastName: string; actionsPerformed: number; amountReceived: string; collectivesTotal: number; creationDate: string; amountDonated: string; peopleSupported: number; type: WalletProfileTypes; }' is not assignable to type 'IntrinsicAttributes & WalletProfileProps'.
|
build (18.x)
Type '{ imageUrl: string; firstName: string; lastName: string; actionsPerformed: number; amountReceived: string; collectivesTotal: number; creationDate: string; amountDonated: string; peopleSupported: number; type: WalletProfileTypes; }' is not assignable to type 'IntrinsicAttributes & WalletProfileProps'.
|
build (18.x)
Type '{ imageUrl: string; firstName: string; lastName: string; actionsPerformed: number; amountReceived: string; collectivesTotal: number; creationDate: string; amountDonated: string; peopleSupported: number; type: WalletProfileTypes; }' is not assignable to type 'IntrinsicAttributes & WalletProfileProps'.
|
build (18.x)
Type '{ imageUrl: string; firstName: string; lastName: string; type: WalletProfileTypes; }' is not assignable to type 'IntrinsicAttributes & WalletProfileProps'.
|
build (18.x)
Process completed with exit code 1.
|
build (18.x)
The process '/usr/bin/git' failed with exit code 128
|