redux-form-material-ui
redux-form-material-ui copied to clipboard
Dependency Problems. -Module not found, Toggle.JS
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?
Same problem
Module not found: Can't resolve 'material-ui/Toggle'
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
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