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
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
same seem to apply to all property decorators ie also to @asscociation
a simple fix is to add an @observable decorator to those properties as well. this adds the getter/setters to the property before for some reason 'configurable' gets set to false (which is the reason why aurelia can't auto-observe anymore and then uses dirty checking)
doktordirk
added a commit
to doktordirk/babel-plugin-transform-decorators-legacy
that referenced
this issue
Aug 12, 2016
causes dirty checking of the property as it makes it non-configurable
The text was updated successfully, but these errors were encountered: