Update project dependencies and configurations for pnpm usage (#369) #188
Annotations
3 errors
|
build:
src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L15
Type '{ class: string | undefined; text: string | undefined; copyIcon: any; iconClass: string | undefined; successIcon: any; }' is not assignable to type 'IntrinsicAttributes & Omit<HTMLAttributes<MvxCopyButton>, never> & Partial<{}> & Partial<Omit<MvxCopyButton, keyof HTMLElement>> & RefAttributes<...>'.
|
|
build:
src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L9
Property 'successIcon' does not exist on type 'Partial<MvxCopyButton>'.
|
|
build:
src/lib/sdkDapp/components/CopyButton/CopyButton.tsx#L7
Property 'copyIcon' does not exist on type 'Partial<MvxCopyButton>'.
|