Evgeniy OZ
Evgeniy OZ
@leandrotassi your link is broken and alert in console was intentional (I wonder how you missed my warning about it).
@dylhunn check my repro also, please - [attr.disabled] and control.disable() - they are affected also
@ToomeyDamien you are right, the issue (in this particular case) was in that custom directive. I've [fixed it](https://stackblitz.com/edit/angular-ivy-pp19ra?file=src%2Fapp%2Fdisable-control.directive.ts,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.html) and removed from [my demo](https://stackblitz.com/edit/angular-ivy-jcwird?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.module.ts,src%2Fapp%2Fapp.component.ts).
> Using Reactive Forms? You should be setting disabled on your model, not your template. We can declare reactive form attributes in the template, but only some of them -...
I hope PW team will not postpone this feature because of previous comment :)
The whole idea is to swallow the error. I can’t imagine why `effect()` of ComponentStore would expect an error - only if someone forgot to catch an error. Function, generated...
Ah, wait, I understood your point - you mean the debugging purpose. What if errors will be swallowed only when `isDevMode()` returns false?
Or this way: ```ts tap({ error: (error) => isDevMode() && console?.error(error) }), ``` https://stackblitz.com/edit/stackblitz-starters-sjluyf?file=package.json,src%2Fmain.ts
thanks @master131 , now I can run it. When I start Battle.net-Setup.exe from Whisky (using "Run..."), no fonts are rendered: freetype is installed (using brew).
@master131 I've rebooted my laptop, Whisky, and recreated a Bottle. Unfortunatelly, didn't help. At least it runs and looks funny :)