Missing type MaterialUiPickersDate when Update from 3.2.6 to v3.2.8
@material-ui/pickers has no exported member 'MaterialUiPickersDate'
It seems you removed the export statement, but didn鈥檛 add any comment in the release
export declare type MaterialUiPickersDate = MaterialUiPickersDate
import { MaterialUiPickersDate } from '@material-ui/pickers/typings/date';
You should not use it. It is very internal thing, use the type of linked adapter. Date, Moment, etc..
Most helpful comment