-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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 the component type on FormHelperText.d.ts #20360
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
If nobody is working on this issue, i can take it. |
This comment has been minimized.
This comment has been minimized.
Here's a slightly different codesandbox repro (I was preparing to open a new issue because I didn't find this one initially)
https://codesandbox.io/s/vigilant-meadow-gqdy5x?file=/src/Demo.tsx |
It works well in the latest version https://stackblitz.com/edit/vitejs-vite-prztbb. Closing this issue. |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @VagnerNico How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
When I try to define the FormHelperTextProps in the TextField Component, TypeScript rises an error about the missing component prop definition in the FormHelperTextProps.
But FormHelperText.js uses this, so much so that if I use the @ts-ignore, the TextField render propperly.
https://codesandbox.io/s/spring-firefly-mlm36?file=/src/App.tsx
The text was updated successfully, but these errors were encountered: