Bruce B. Anderson

Results 6 comments of Bruce B. Anderson

@atotic, good question... In my experience, the requirement to be able to send, via email, for example, a snapshot of what the user is seeing, so their colleagues can see...

I am adding your component into a document dynamically, including setting the attribute dynamically. I think because you are constructing the shadowRoot.innerHTML in the constructor, rather than in connectedCallback, the...

I guess your tabs / card is pretty close.

I just ran across what appears to be a workable workaround for this issue, in case anyone else is facing this issue: use the [declare keyword with the field](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html#the-usedefineforclassfields-flag-and-the-declare-property-modifier)

I'm seeing the same thing, starting maybe a week ago? It seems to pick up updates only if you "publish" it again.

It would be nice if the "path" could be overridden by a JSDoc setting on the class. The purpose is doing that is I'm using a derived class so I...