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
This means we cannot bind to changes in the data property if we want to re-use it for something else (extra data processing for example). It defeats the purpose to have the property in the public API if we cannot use it in this way.
To solve this, one has to add notify: truehere. I can make a pull request for this if you think it is a good idea.
The text was updated successfully, but these errors were encountered:
This means we cannot bind to changes in the data property if we want to re-use it for something else (extra data processing for example). It defeats the purpose to have the property in the public API if we cannot use it in this way.
To solve this, one has to add
notify: true
here. I can make a pull request for this if you think it is a good idea.The text was updated successfully, but these errors were encountered: