Warning 'Computed property "subTotal" was assigned to but it has no setter.' results from readonly computed property "subTotal" being written in watch method "mdTotal(val)":
this.subTotal = sub > val ? val : sub;
Did anyone find the solution for this?
so many bug i want to give up
Hello everyone! I think it was fixed on @d3radicated PR #961
Most helpful comment
so many bug i want to give up