[HOLD] Implement Uneven Splits #33571
Annotations
10 errors
Type check with TypeScript:
src/components/MoneyRequestAmountInput.tsx#L56
Property 'onAmountChange' does not exist on type 'MoneyRequestAmountFormProps'.
|
Type check with TypeScript:
src/components/MoneyRequestAmountInput.tsx#L58
Property 'inputStyle' does not exist on type 'MoneyRequestAmountFormProps'.
|
Type check with TypeScript:
src/components/MoneyRequestAmountInput.tsx#L59
Property 'textInputContainerStyles' does not exist on type 'MoneyRequestAmountFormProps'.
|
Type check with TypeScript:
src/components/MoneyRequestAmountInput.tsx#L199
Type '{ formattedAmount: string; onChangeAmount: (newAmount: string) => void; onCurrencyButtonPress: (() => void) | undefined; placeholder: string; ref: (ref: BaseTextInputRef | null) => void; ... 8 more ...; textInputContainerStyles: any; }' is not assignable to type 'IntrinsicAttributes & { formattedAmount: string; onChangeAmount?: ((value: string) => void) | undefined; onCurrencyButtonPress?: (() => void) | undefined; placeholder: string; ... 6 more ...; extraSymbol?: ReactNode; } & Pick<...> & RefAttributes<...>'.
|
Type check with TypeScript:
src/components/MoneyRequestConfirmationList.tsx#L1100
Object literal may only specify known properties, and 'currencyList' does not exist in type '{ policyCategories: OnyxPropMapping<MoneyRequestConfirmationListProps, MoneyRequestConfirmationListOnyxProps, "policyCategories"> | OnyxPropCollectionMapping<...>; ... 5 more ...; lastSelectedDistanceRates: OnyxPropMapping<...> | OnyxPropCollectionMapping<...>; }'.
|
Type check with TypeScript:
src/components/OptionRow.tsx#L256
Property 'amountProps' does not exist on type 'OptionData'.
|
Type check with TypeScript:
src/components/OptionRow.tsx#L256
Property 'amountProps' does not exist on type 'OptionData'.
|
Type check with TypeScript:
src/components/OptionRow.tsx#L350
Property 'amountProps' does not exist on type 'OptionData'.
|
Type check with TypeScript:
src/components/OptionRow.tsx#L350
Property 'amountProps' does not exist on type 'OptionData'.
|
Type check with TypeScript:
src/pages/iou/SplitBillDetailsPage.tsx#L109
Property 'currencyList' is missing in type '{ hasMultipleParticipants: true; payeePersonalDetails: ({ accountID: number; firstName?: string | undefined; lastName?: string | undefined; displayName?: string | undefined; validated?: boolean | undefined; ... 12 more ...; status?: Status | undefined; } & OfflineFeedback<...>) | null | undefined; ... 21 more ...; a...' but required in type 'Omit<MoneyRequestConfirmationListProps, keyof MoneyRequestConfirmationListOnyxProps>'.
|
Loading