[Drawer] not working when using ignore-styles #4484
Labels
component: drawer
This is the name of the generic UI component, not the React module!
external dependency
Blocked by external dependency, we can’t do anything about it
Problem description
Hello, I am currently using ignore-styles to prevent babel-register from interpreting my sass files as .js, It solves the problem. However it seems to break some of the material-ui components.
On the browser console, it shows the following error:
ignore-styles.js:45 Uncaught TypeError: Cannot read property '.css' of undefined
And the drawer menu stops working.
This is what it is pointing to in ignore-styles.js (45):
What does this mean exactly? Is this a known bug?
The text was updated successfully, but these errors were encountered: