You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>'.
The text was updated successfully, but these errors were encountered:
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>'.
The text was updated successfully, but these errors were encountered: