diff --git a/store.js b/store.js index cd7d73c..d17970f 100644 --- a/store.js +++ b/store.js @@ -44,7 +44,6 @@ class AbstractStore { notify() { this.subscribers.forEach(({ target, props }) => { this.notifyCall(target, this.getSelectedState(props)) - target.render(this.getSelectedState(props)) }) }