react-widgets
react-widgets copied to clipboard
Missing DatePicker icon with React 19
Hello,
Problem
When upgrading to React 19, the calendar icon of the DatePicker is no longer visible.
Steps to reproduce
https://codesandbox.io/p/sandbox/exciting-glitter-9d9l8g
This is likely caused by the fact that defaultProps are no longer supported and should be replaced by default parameters (https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops)
Not only the icon but the whole DatePicker is not working OnChange event always return invalid date Can we please please have a fix on this as this prevent us from updating react 19 Thank you