Skip to content

Update project dependencies and configurations for pnpm usage (#369) #188

Update project dependencies and configurations for pnpm usage (#369)

Update project dependencies and configurations for pnpm usage (#369) #188

Triggered via push August 19, 2025 14:20
Status Success
Total duration 48s
Artifacts
Fit to window
Zoom out
Zoom in

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>'.