Hi,
I’m updating a project from ^2.0.0-alpha.41 to ^2.0.0-beta.7
When binding one of our components I get an AUR0008 error if I use @observable and @bindable for the same property.
Seems like we shouldn’t be doing this, just wanted to confirm.
Hi,
I’m updating a project from ^2.0.0-alpha.41 to ^2.0.0-beta.7
When binding one of our components I get an AUR0008 error if I use @observable and @bindable for the same property.
Seems like we shouldn’t be doing this, just wanted to confirm.
It can work, though it’s not recommended. You can see an example here Aurelia bindable + observable on same property - StackBlitz
For the error you are facing, I’m not sure the reason. Maybe try upgrade the version one by one? Also ensure that you are not having duplicate packages (i.e all aurelia packages should be on the same version).