We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c388b0 commit 78e3fbbCopy full SHA for 78e3fbb
packages/material-ui/src/styles/withStyles.js
@@ -28,7 +28,7 @@ const generateClassName = createGenerateClassName();
28
// StyleSheet of the child has a higher specificity, because of the source order.
29
// So our solution is to render sheets them in the reverse order child->sheet, so
30
// that parent has a higher specificity.
31
-let indexCounter = Number.MIN_SAFE_INTEGER;
+let indexCounter = -10e10;
32
33
// Exported for test purposes
34
export const sheetsManager = new Map();
0 commit comments