oops, we need that argument

pull/1691/head
Rich Harris 6 years ago
parent c2f0ca3e2e
commit 645f9e3894

@ -79,7 +79,7 @@ assign(Store.prototype, {
}
})
.forEach(dependent => {
dependent.component.set();
dependent.component.set({});
});
this.fire('update', {

Loading…
Cancel
Save