-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Closed
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
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
- I have searched the issues of this repository and believe that this is not a duplicate.
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:

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.
robophil, brianfeister, oliviertassinari, grigored, benwinding and 16 more
Metadata
Metadata
Assignees
Labels
type: bugIt doesn't behave as expected.It doesn't behave as expected.

