()
| 98 | } |
| 99 | |
| 100 | public flush(): void { |
| 101 | this.sheet.flush(); |
| 102 | this.sheet.inject(); |
| 103 | this.serverSideRenderedStyleMap = null; |
| 104 | this.indexesMap = {}; |
| 105 | this.instancesCountMap = {}; |
| 106 | } |
| 107 | |
| 108 | private getServerSideRenderedStyleMap() { |
| 109 | const elements: HTMLStyleElement[] = Array.from( |