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

Dependency Problems. -Module not found, Toggle.JS #281

Open
Oraclesports opened this issue Sep 23, 2018 · 3 comments
Open

Dependency Problems. -Module not found, Toggle.JS #281

Oraclesports opened this issue Sep 23, 2018 · 3 comments

Comments

@Oraclesports
Copy link

Hi,
I am receiving missing module errors upon running my project while using this wrapper.
My project is based on React and no webpack/compiler has been used.
-Module not found, Toggle.JS, modules missing etc.

I like to check if the error is due to my react project not using any compiler?

@artem-fil
Copy link

Same problem

Module not found: Can't resolve 'material-ui/Toggle'

@estermer
Copy link

What version of material-ui are you using?

If you are using v3 then you will have the import error you are receiving. The new file paths start with @material-ui/core which does not match the import paths in this package.

The package has fallen a little behind with upgrading to the new version of material-ui.

Hope this helps

@estermer
Copy link

I found out that they have a new prerelease version 5.0.0-Beta.3 that upgrades imports to the the newest version of MUI. you can see the release here: https://github.com/erikras/redux-form-material-ui/releases

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

No branches or pull requests

3 participants