We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e936240 commit c58d026Copy full SHA for c58d026
packages/vue/src/create-cassiopeia.ts
@@ -100,7 +100,7 @@ export const createCassiopeia = (options: Options = {}): Cassiopeia => {
100
if (__PLATFORM__ === 'browser') {
101
globalThis.__CASSIOPEIA__ = undefined
102
}
103
- instance[STORE].subscriptions.clear()
+ instance[STORE].subscriptions.splice(0)
104
105
for (const property of Object.keys(instance[STORE].iterators)) {
106
Reflect.deleteProperty(instance[STORE].iterators, property)
0 commit comments