-
Notifications
You must be signed in to change notification settings - Fork 831
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
Missing renderInput
prop-type
#1750
Comments
You must provide |
@dmtrKovalenko do we have this as an example somewhere? |
Everywhere in the docs for v4.alpha. Check https://next.material-ui-pickers.dev |
@dmtrKovalenko Don't we miss a prop-type warning? Compare the error "recovery" experience between |
renderInput is not a function
renderInput
prop-type
renderInput
prop-typerenderInput
prop-type
I have repurposed a bit the issue to focus on the missing prop-type.
I imagine that it's not the only prop type missing. I guess we should wait for the migration in the mono-repository to benefit from this constraint: "CI fail if there is a missing prop-type". |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Still getting this error |
This library is no longer maintained @danielstern. |
Environment
I have this DatePicker with latest alpha6
When I comment out the
renderInput
props I get error "renderInput is not a function";Am I doing something wrong? Or
renderInput
required now?The text was updated successfully, but these errors were encountered: