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

It will be an Error when import Manu and ManuItem #4120

Closed
blankzust opened this issue Apr 29, 2016 · 2 comments
Closed

It will be an Error when import Manu and ManuItem #4120

blankzust opened this issue Apr 29, 2016 · 2 comments
Labels
component: menu This is the name of the generic UI component, not the React module! v0.x

Comments

@blankzust
Copy link

Problem Description

I can not import Manu and ManuItem.There is an error:
image
And my code is:

import Manu from 'material-ui/Manu';
import MenuItem from 'material-ui/ManuItem';

And I find it in node_modules
image

Could you please give my some suggestions.

Versions

  • Material-UI: ^0.15.0-beta.2
  • React: ^15.0.1
  • Browser: google v50.0.2661.86
@mykyta-shulipa
Copy link

@blankzust just typos
Correct code should be

import Menu from 'material-ui/Menu';
import MenuItem from 'material-ui/MenuItem';

check it letter-by-letter, be attentive with letters in bold

@blankzust
Copy link
Author

I got it.Poor in English Language.Anyway,thank you@nktssh

@oliviertassinari oliviertassinari added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Dec 21, 2022
@zannager zannager added component: menu This is the name of the generic UI component, not the React module! v0.x and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: menu This is the name of the generic UI component, not the React module! v0.x
Projects
None yet
Development

No branches or pull requests

4 participants