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 web components are used in a tab, on switching a tab material removes them from DOM instead of hiding them.
When web components are removed from DOM, they get destroyed and lose their state.
Consequently, switching back to same tab makes them re render again from scratch.