Hi,
So the new PropsContext features look great, but I need some clarification, can they be overridden in the component?
eg:
<DatePickerPropsContext /> contains a min (date) value of today, which is generally fine, however in one instance of the datepicker, I want the min (date) to be tomorrow.I've noticed that any field set in the props context cannot be overridden, am I using this incorrectly, is the props context not meant to be used for default values app-wide?
See example: https://stackblitz.com/edit/react-hba3r8?file=app%2Fmain.jsx
Thanks,
Grant