You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: