diff --git a/src/styles/withStyles.js b/src/styles/withStyles.js index 58fb62c027c0cf..cda87f382067b0 100644 --- a/src/styles/withStyles.js +++ b/src/styles/withStyles.js @@ -225,7 +225,7 @@ function withStyles(stylesOrCreator: Object, options?: Options = {}) { if (sheetManagerTheme.refs === 0) { sheetManager.delete(theme); - sheetManagerTheme.sheet.detach(); + this.jss.removeStyleSheet(sheetManagerTheme.sheet); const sheetsRegistry = this.context[ns.sheetsRegistry]; if (sheetsRegistry) { sheetsRegistry.remove(sheetManagerTheme.sheet);