chore(deps)!: update '@alfalab/core-components' #43
Annotations
2 errors
check:
src/AmountInput/index.tsx#L28
Type '{ onChange: (e: ChangeEvent<HTMLInputElement>, payload: { value: number | null; valueString: string; }) => void; error: Error; success: boolean; ... 314 more ...; positiveOnly?: boolean | undefined; }' is not assignable to type '{ value?: string | number | null | undefined; codeFormat?: "letter" | "symbolic" | undefined; view?: "default" | "withZeroMinorPart" | undefined; currency?: "ALL" | "AFN" | "ARS" | ... 131 more ... | undefined; ... 6 more ...; onChange?: ((e: ChangeEvent<...>, payload: { ...; }) => void) | undefined; }'.
|
check
Process completed with exit code 2.
|