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 I first started building this component, I wasn't aware that one should never touch this.data directly, and only modify those values through this.el.setAttribute, which caused issues with the component and made some of the code a mess in the end.
The text was updated successfully, but these errors were encountered:
when I first started building this component, I wasn't aware that one should never touch this.data directly, and only modify those values through this.el.setAttribute, which caused issues with the component and made some of the code a mess in the end.
The text was updated successfully, but these errors were encountered: