The css class names definitions are duplicated for some components - in my case it is duplicated (I guess from my debugging) for MuiIconButton and MuiModal - check current behavior
Expected Behavior
The class names should not be duplicated across components.
Current Behavior
My button styles:

The class is duplicated.
Styles definition:

It is working in development mode:
My buttons styles:

and found the definitions:

and from modal:

Steps to Reproduce (for bugs)
I can try to prepare the environment to reproduce the problem but right now I just wanted to report it here.
Context
I'm trying to release my application with the production environment.
Your Environment
| Tech |
Version |
| Material-UI |
1.0.0-beta.10 |
| React |
15.6.1 |
| browser |
any |
| webpack |
^3.3.0 |
I need some hints where may be the problem. I'm not using withStyles solution anywhere - I use styled components for styles overriding.
The css class names definitions are duplicated for some components - in my case it is duplicated (I guess from my debugging) for
MuiIconButtonandMuiModal- check current behaviorExpected Behavior
The class names should not be duplicated across components.
Current Behavior
My button styles:


The class is duplicated.
Styles definition:
It is working in development mode:

My buttons styles:
and found the definitions:

and from modal:

Steps to Reproduce (for bugs)
I can try to prepare the environment to reproduce the problem but right now I just wanted to report it here.
Context
I'm trying to release my application with the production environment.
Your Environment
I need some hints where may be the problem. I'm not using
withStylessolution anywhere - I use styled components for styles overriding.