Danny Blue
Danny Blue
quick question. if you example. if you remove the logger from attribute changed. does it work? because attribute changed can be called before the element is actually connected.
something like that could potentially help. What I currently do is track the current state using the @injected() lifecycle and don't run attributeChanged unless it has been connected. we COULD...
It might also be a documentation thing because we already have lifecycle callbacks for when the injector itself is ready. its just that attributeChangedCallback runs before any of that happens.