fix: stake sheet amount error validation after submission #1607
Annotations
4 errors
Run yarn check-types
@talismn/portal#check-types: command (/home/runner/work/talisman-web/talisman-web/apps/portal) /tmp/xfs-9c446b68/yarn run check-types exited (2)
|
Run yarn check-types
Type '{ amount: string; fiatAmount: string; availableToStake: string; onChangeAmount: () => void; onRequestMaxAmount: () => void; assetSelector: Element; }' is not assignable to type 'IntrinsicAttributes & LibraryManagedAttributes<(props: AmountInputProps) => Element, AmountInputProps>'.
|
Run yarn check-types
Property 'isLoading' is missing in type '{ amount: string; onChangeAmount: () => void; onRequestMaxAmount: () => void; fiatAmount: string; availableToStake: string; }' but required in type 'AmountInputProps'.
|
Run yarn check-types
Process completed with exit code 2.
|
Loading