Hello,
I am facing the following client-side warning:
Warning: Each child in a list should have a unique "key" prop.
Check the render method of `DateRangePickerComponent`. See https://fb.me/react-warning-keys for more information.
in input (created by DateRangePickerComponent)
in DateRangePickerComponent (created by MyComponent)
...
How to fix it? Seems like DateRangePicker is missing the "key" prop where creating sub components iteratively.
I am using version 18.3.35 of @syncfusion/ej2-react-calendars.
Regards,
Steffen