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 6cd48f3 commit bf101a0Copy full SHA for bf101a0
1 file changed
packages/unistyles/src/web/registry.ts
@@ -126,7 +126,9 @@ export class UnistylesRegistry {
126
}
127
128
reset = () => {
129
+ this.disposeListenersMap.forEach((dispose) => dispose())
130
this.css.reset()
131
+ this.stylesheets.clear()
132
this.stylesCache.clear()
133
this.dependenciesMap.clear()
134
this.disposeListenersMap.clear()
0 commit comments