Add isWithinModal option to DateTimePicker #2056
Annotations
2 errors and 1 warning
js-lint:
src/DateTimePicker/DateTimePicker.tsx#L186
Type '{ popperContainer?: (({ children }: { children: any; }) => ReactPortal | null) | undefined; popperClassName?: string | undefined; adjustDateOnChange: true; allowSameDay: true; className: string; ... 19 more ...; onChange: (updatedDate: any) => void; }' is not assignable to type 'IntrinsicAttributes & (IntrinsicClassAttributes<DatePicker> & ((Pick<Readonly<Omit<{ children?: ReactNode; } & ... 9 more ... & Pick<...>, "onSelect" | ... 19 more ... | "onTimeChange"> & ... 4 more ... & { ...; }>, "form" | ... 120 more ... | "onChangeRaw"> & InexactPartial<...> & InexactPartial<...>) | ... 4 more ...'.
|
js-lint
Process completed with exit code 2.
|
js-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|