Skip to content

Commit 78e3fbb

Browse files
fix ie11
1 parent 6c388b0 commit 78e3fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui/src/styles/withStyles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const generateClassName = createGenerateClassName();
2828
// StyleSheet of the child has a higher specificity, because of the source order.
2929
// So our solution is to render sheets them in the reverse order child->sheet, so
3030
// that parent has a higher specificity.
31-
let indexCounter = Number.MIN_SAFE_INTEGER;
31+
let indexCounter = -10e10;
3232

3333
// Exported for test purposes
3434
export const sheetsManager = new Map();

0 commit comments

Comments
 (0)