-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
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
TypeScript error : Type '"onFocus"' is not assignable to type in text-field-helper.d.ts #1311
Comments
Can confirm this. Also seeing:
On the latest Material UI and React versions. |
Seems to be caused by this commit (mui/material-ui@5ff69a1#diff-56acda46fee1643367971d8c2bbb0be0) where BaseTextFieldProps was changed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Steps to reproduce
material-ui/core
from 4.3.3 to 4.4.2Expected behavior
I expect build is successful
Actual behavior
I got a TypeScript error like this:
"onBlur" and "onFocus" was removed from the BaseTextFieldProps by mui/material-ui#17378 .
Live example
The text was updated successfully, but these errors were encountered: