You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1252@material-ui/pickers requires Typescript 3.5 to get type checking. The linked PR assumes the Omit helper type from typescriptwhich was only added in 3.5.
With #1252
@material-ui/pickers
requires Typescript 3.5 to get type checking. The linked PR assumes theOmit
helper type fromtypescript
which was only added in 3.5.Environment
Steps to reproduce
mui/material-ui#17175
Expected behavior
Library works with TypeScript 3.x
Actual behavior
Requires 3.5
Live example
N/A
#1273 is likely caused by the same issue.
The text was updated successfully, but these errors were encountered: