oops, we need that argument

pull/7738/head
Rich Harris 7 years ago
parent 8fe75716a4
commit 8a410432ab

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

Loading…
Cancel
Save