Another dev/add celo campaigns support #80
Annotations
5 errors
Test:
src/components/contextual/pages/dashboard/Cards/RefiProfileCard.vue#L269
Property 'isMintingNFT' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: { ref?: VNodeRef | undefined; style?: unknown; key?: string | number | symbol | undefined; ref_for?: boolean | undefined; ... 7 more ...; class?: unknown; }; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) ...'.
|
Test:
src/components/contextual/pages/dashboard/Cards/RefiProfileCard.vue#L270
Property 'isMintingNFT' does not exist on type '{ $: ComponentInternalInstance; $data: {}; $props: { ref?: VNodeRef | undefined; style?: unknown; key?: string | number | symbol | undefined; ref_for?: boolean | undefined; ... 7 more ...; class?: unknown; }; ... 10 more ...; $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) ...'.
|
Test:
src/components/contextual/pages/dashboard/Cards/RefiProfileCard.vue#L281
Type '{ NFTData: (RFNFTData & { imageData: string; id: number; points: number; }) | null | undefined; isOpenModal: boolean; NFTImage: string; }' is not assignable to type 'ComponentProps<DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 5 more ..., {}>>'.
|
Test:
src/components/contextual/pages/dashboard/Cards/RefiProfileCard.vue#L287
Type '{ NFTData: (RFNFTData & { imageData: string; id: number; points: number; }) | null | undefined; isOpenModal: boolean; NFTImage: string; }' is not assignable to type 'ComponentProps<DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 5 more ..., {}>>'.
|
Test
Process completed with exit code 2.
|