This repository was archived by the owner on May 19, 2025. It is now read-only.

Description
I am using the 1.4.0 version i am facing the issue:
'DateRangePicker' cannot be used as a JSX component. Its type 'typeof DateRangePicker' is not a valid JSX element type. Types of construct signatures are incompatible. Type 'new (props: DateRangePickerProps) => DateRangePicker' is not assignable to type 'new (props: any, deprecatedLegacyContext?: any) => Component<any, any, any>'. Property 'refs' is missing in type 'Component<DateRangePickerProps, {}, any>' but required in type 'Component<any, any, any>'.