fluidstate
Advanced tools
Comparing version 0.0.14 to 0.0.16
{ | ||
"name": "fluidstate", | ||
"version": "0.0.14", | ||
"version": "0.0.16", | ||
"description": "Library for fine-grained reactivity state management", | ||
@@ -5,0 +5,0 @@ "repository": "https://gitlab.com/fluidstate/fluidstate", |
@@ -16,3 +16,7 @@ "use strict"; | ||
for (const key of context.markedForDeletion.values) { | ||
const node = context.reactive.values[key]; | ||
delete context.reactive.values[key]; | ||
if ((0, _nodes.isComputed)(node)) { | ||
context.api.disableComputed(node); | ||
} | ||
} | ||
@@ -19,0 +23,0 @@ context.markedForDeletion.values.clear(); |
Sorry, the diff of this file is not supported yet
216160
2178