We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90556e9 commit 21a5169Copy full SHA for 21a5169
src/internal/Component.js
@@ -48,7 +48,7 @@ function make_dirty(component, key) {
48
if (!component.$$.dirty) {
49
dirty_components.push(component);
50
schedule_update();
51
- component.$$.dirty = Object.create(null);
+ component.$$.dirty = blank_object();
52
}
53
component.$$.dirty[key] = true;
54
0 commit comments