You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…s are happy
structured cloning did not work if eg html elements were referenced by the clone (quite likely with storecetpions as they keep track of the observers)
NEW / OLD VALUE
Revisit this line:
src/util/Store.js:94
observer.callPropertyWatcher(key, this, this);
Consider cloning the state before update and:
observer.callPropertyWatcher(key, this._state, oldState);
The instance should be available in the views anyways ..
property watchers
it migh also make sense to just watch certain properties
The text was updated successfully, but these errors were encountered: