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
It should render a children like in vanilla html
I am trying to render a children into <option> tag from a native select, but I receive [Object object]
<option>
[Object object]
You can take a look in this sandbox https://codesandbox.io/s/6i092
The text was updated successfully, but these errors were encountered:
This is an issue with React not Material-UI. See facebook/react#15513
Sorry, something went wrong.
No branches or pull requests
Expected Behavior 🤔
It should render a children like in vanilla html
Current Behavior 😯
I am trying to render a children into
<option>
tag from a native select, but I receive[Object object]
Steps to Reproduce 🕹
You can take a look in this sandbox
https://codesandbox.io/s/6i092
The text was updated successfully, but these errors were encountered: