-
-
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
[Select] MenuListProps missing property 'component' #17579
Labels
Comments
1 task
oliviertassinari
changed the title
[Typescript] MenuListProps missing property 'component'
[prop component] MenuListProps missing property 'component'
Dec 1, 2019
First time open source contributor here - just started working on this issue |
1 task
Just created PR: #21564 to take care of this! I was about to create an isssue and had a codesandbox of behavior reproduced but luckily found this issue first 🙂 |
oliviertassinari
added
the
component: select
This is the name of the generic UI component, not the React module!
label
Jun 25, 2020
I have the same issue with the Typography component. |
oliviertassinari
changed the title
[prop component] MenuListProps missing property 'component'
[Select] MenuListProps missing property 'component'
Aug 22, 2020
Closed
1 task
It works in the latest version. Hence, closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Current Behavior 😯
Expected Behavior 🤔
No Typescript errors should be shown
Steps to Reproduce 🕹
https://codesandbox.io/s/ancient-platform-3ldzt
Context 🔦
I have a select that may contains 1400+ options, so I think I may replace the MenuList component to a virtualized one, referring https://material-ui.com/zh/components/lists/#virtualized-list
Your Environment 🌎
The text was updated successfully, but these errors were encountered: