refactor: remove redundant icon prop #15073
Annotations
7 errors and 1 warning
Typecheck:
src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-input-list/components/psbt-input-item.tsx#L18
Type '{ hoverLabel: string; label: string; outlined: true; }' is not assignable to type 'IntrinsicAttributes & BadgeWithTooltipProps'.
|
Typecheck:
src/app/features/psbt-signer/components/psbt-inputs-and-outputs/components/psbt-output-list/components/psbt-output-item.tsx#L22
Type '{ outlined: true; hoverLabel: string; label: string; }' is not assignable to type 'IntrinsicAttributes & BadgeWithTooltipProps'.
|
Typecheck:
src/app/features/psbt-signer/components/psbt-request-details-header.tsx#L21
Type '{ hoverLabel: string; icon: Element; label: string; variant: string; outlined: true; }' is not assignable to type 'IntrinsicAttributes & BadgeWithTooltipProps'.
|
Typecheck:
src/app/pages/fund/components/fiat-provider-item.tsx#L3
Module '"@leather.io/ui"' has no exported member 'Badge'.
|
Typecheck:
src/app/ui/components/badge/badge-with-tooltip.tsx#L1
Module '"@leather.io/ui"' has no exported member 'Badge'.
|
Typecheck:
src/app/ui/components/badge/badge-with-tooltip.tsx#L1
'"@leather.io/ui"' has no exported member named 'BadgeProps'. Did you mean 'TagProps'?
|
Typecheck
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading