Add half button #1844
Annotations
4 errors and 1 warning
build:
src/components/Inputs/DepositAmountInput/DepositAmountInput.stories.tsx#L26
Object literal may only specify known properties, and 'onMaxClick' does not exist in type 'Partial<IProps>'.
|
build:
src/components/Inputs/ExchangeAmountInput/ExchangeAmountInput.stories.tsx#L60
Object literal may only specify known properties, and 'onMaxClick' does not exist in type 'Partial<IProps>'.
|
build:
src/components/Swap/Swap.tsx#L785
Type '{ value: string; balance: string; className: string; decimal: number; setValue: (value: string) => void; placeholder: string; onMaxClick: () => void; tokens: Record<string, SwapToken>; ... 15 more ...; network: NetworkType; }' is not assignable to type 'IntrinsicAttributes & IProps'.
|
build
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