We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@material-ui/core
3.9.1
3.9.2
no errors
node_modules/material-ui-pickers/DatePicker/components/Calendar.d.ts(65,70): TS2344: Type '"date" | "classes" | "onChange" | "innerRef" | "theme" | "minDate" | "disablePast" | "disableFuture" | "maxDate" | "shouldDisableDate" | "leftArrowIcon" | "rightArrowIcon" | "renderDay" | "allowKeyboardControl"' does not satisfy the constraint '"date" | "classes" | "onChange" | "theme" | "utils" | "minDate" | "disablePast" | "disableFuture" | "maxDate" | "shouldDisableDate" | "leftArrowIcon" | "rightArrowIcon" | "renderDay" | "allowKeyboardControl"'. Type '"innerRef"' is not assignable to type '"date" | "classes" | "onChange" | "theme" | "utils" | "minDate" | "disablePast" | "disableFuture" | "maxDate" | "shouldDisableDate" | "leftArrowIcon" | "rightArrowIcon" | "renderDay" | "allowKeyboardControl"'. ERROR in node_modules/material-ui-pickers/DateTimePicker/components/DateTimePickerHeader.d.ts(18,82): TS2344: Type '"date" | "classes" | "innerRef" | "ampm" | "openView" | "meridiemMode" | "onOpenViewChange" | "setMeridiemMode"' does not satisfy the constraint '"date" | "classes" | "utils" | "ampm" | "openView" | "meridiemMode" | "onOpenViewChange" | "setMeridiemMode"'. Type '"innerRef"' is not assignable to type '"date" | "classes" | "utils" | "ampm" | "openView" | "meridiemMode" | "onOpenViewChange" | "setMeridiemMode"'. ERROR in node_modules/material-ui-pickers/TimePicker/TimePicker.d.ts(45,72): TS2344: Type '"date" | "seconds" | "classes" | "onChange" | "innerRef" | "theme" | "ampm"' does not satisfy the constraint '"date" | "seconds" | "classes" | "onChange" | "theme" | "utils" | "ampm"'. Type '"innerRef"' is not assignable to type '"date" | "seconds" | "classes" | "onChange" | "theme" | "utils" | "ampm"'.
The text was updated successfully, but these errors were encountered:
I am getting the same error
Sorry, something went wrong.
Looks like this was probably caused by mui/material-ui#14333, which removed the innerRef field from WithStyles.
innerRef
WithStyles
Works now with 2.2.0
2.2.0
No branches or pull requests
Environment
Steps to reproduce
@material-ui/core
from3.9.1
to3.9.2
Expected behavior
no errors
Actual behavior
Live example
The text was updated successfully, but these errors were encountered: