In packages/components/src/DateInput.tsx the onChange prop has it's date arg defined as optional. It doesn't appear that this is ever actually the case. We should update it so that consumers don't have to handle the undefined case just to appease TypeScript.
In
packages/components/src/DateInput.tsxtheonChangeprop has it's date arg defined as optional. It doesn't appear that this is ever actually the case. We should update it so that consumers don't have to handle the undefined case just to appease TypeScript.