Material-ui: Core module doesn't exist

Created on 7 Mar 2019  路  2Comments  路  Source: mui-org/material-ui

Core module doesn't exist therefore I can't access "import withMobileDialog from '@material-ui/core/withMobileDialog';

Expected Behavior 馃

"import withMobileDialog from "material-ui/core/withMobileDialog";

Current Behavior 馃槸

"import withMobileDialog from "material-ui/core/withMobileDialog";"
core doesn't exist as a folder, therefore I am stuck with it

Steps to Reproduce 馃暪

I must import components as following "import CommunicationVPNKey from "material-ui/svg-icons/communication/vpn-key";" and the core folder doesn't exist, I have the last version of material UI.

question

Most helpful comment

It's not a folder in package it's scoped package @material-ui/core.

All 2 comments

It's not a folder in package it's scoped package @material-ui/core.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

celiao picture celiao  路  54Comments

tleunen picture tleunen  路  59Comments

mnajdova picture mnajdova  路  105Comments

iceafish picture iceafish  路  62Comments

aranw picture aranw  路  95Comments