You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the start method is called the first time, this.element only contains the loading icon. If you only append things to this.element, then the loading icon is never overwritten with other content. Before the first appendChild call you can do this.element.innerHTML = ''; to clear all content (that removes the loading icon).
In my component, the cc-loading indicator is visible all the time. This is my code:
The text was updated successfully, but these errors were encountered: