Skip to content
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

[RFR] Prevents passing the sidebarIsOpen prop to the MenuItem #3393

Merged
merged 1 commit into from
Jul 12, 2019

Conversation

m4theushw
Copy link
Contributor

This PR is related to #3390. I forgot to add the sidebarIsOpen to the sanitized props before passing them to @material-ui/core/MenuItem. Without the fix the prop is passed to a HTML element which causes an unknown-prop warning on the console.

@m4theushw m4theushw changed the title Do not pass the sidebarIsOpen prop to the MenuItem [RFR] Prevents passing the sidebarIsOpen prop to the MenuItem Jul 9, 2019
@fzaninotto fzaninotto merged commit 8e400ee into marmelab:next Jul 12, 2019
@fzaninotto
Copy link
Member

thanks!

@fzaninotto fzaninotto added this to the 3.0.0 milestone Jul 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants