izzmeifter

Results 3 comments of izzmeifter

On Angular 12+ Instead of mutating the object directly like `btnOpts.active = true` try using a spread operator like `btnOpts = { ...this.btnOpts, active: true };` Worked for us. Cheers

100% Agree! This would be a welcome addition!

Super excited about the 2.3 Release Josh. We have a pretty significant app just about be promoted soon completely built with the Feathers SDK. - Very happy with the results...