Hi,
We are using the KendoReact DatePicker component, with the following prop:
formatPlaceholder={{ day: "Tag", month: "Monat", year: "Jahr" }}
It creates the following warning in our application:
The reason can be found here:
When using the DatePicker, it seems that the `span` component gets given the `formatPlaceholder` prop as is.
Is there a way to get around it?
We are using React 19.
Thank you!