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

[docs] Link a new Menu demo #12574

Merged
merged 2 commits into from
Aug 18, 2018
Merged

[docs] Link a new Menu demo #12574

merged 2 commits into from
Aug 18, 2018

Conversation

pierrelstan
Copy link
Contributor

[ButtonAppBar.js]
the path import MenuIcon from '@material-ui/icons/Menu'; throw an error : Module not found: Can't resolve '@material-ui/icons/Menu'
by changing the path [ import MenuIcon from '@material-ui/core/Menu'; ] it works.

[ButtonAppBar.js]
the path import MenuIcon from '@material-ui/icons/Menu'; throw an error : Module not found: Can't resolve '@material-ui/icons/Menu'
by changing  the path [ import MenuIcon from '@material-ui/core/Menu'; ] it works.
@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Aug 18, 2018
@oliviertassinari oliviertassinari self-assigned this Aug 18, 2018
@oliviertassinari
Copy link
Member

oliviertassinari commented Aug 18, 2018

@pierrelstan You need to add the @material-ui/icons NPM package.
Now, I try to have as many contributors as possible, I'm continuing your pull request to do a minor improvement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants