Kristian Wille
Kristian Wille
That is great to get confirmed from the man himself! Caused quite an elusive bug in one of our prod environments. The fix you suggest was my gut reaction also....
It says that the test job fails. I tried to rerun the one that failed locally but it runs without error. Is it just flaky?
I can't claim to know all the details on how Angular renders, but the initial Angular rendering cycle is split into two parts. The first part contains all of the...
Seems more like a workaround, would it not be better to have a flag in the `@Component` decorator that better captures the intent? I also think the function with `@watch`...
Took a closer look at when the callback of customElements.whenDefined fires. One would think it would fire immediately as a microtask if it has already been defined, but it isn't,...