We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35f0cf commit 789f5c1Copy full SHA for 789f5c1
lib/state.js
@@ -56,6 +56,8 @@ export class State {
56
value.filter((id) => id !== entity.id)
57
)
58
})
59
+
60
+ delete window[entity.id]
61
}
62
63
hasDependency(variable) {
0 commit comments