Material-ui-pickers: Missing type MaterialUiPickersDate when Update from 3.2.6 to v3.2.8

Created on 19 Nov 2019  路  2Comments  路  Source: mui-org/material-ui-pickers

Steps to reproduce

Missing type MaterialUiPickersDate when Update from 3.2.6 to v3.2.8

Actual behavior

@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

Most helpful comment

import { MaterialUiPickersDate } from '@material-ui/pickers/typings/date';

All 2 comments

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..

Was this page helpful?
0 / 5 - 0 ratings

Related issues

brett-patterson picture brett-patterson  路  3Comments

filipenevola picture filipenevola  路  4Comments

katy6514 picture katy6514  路  3Comments

Harasz picture Harasz  路  3Comments

danmce picture danmce  路  3Comments