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
We detect this.querySelector/this.querySelectorAll as invalid for SSR, but not this.template.querySelector/this.template.querySelectorAll. We should do the same thing for both.
See minimal repro: 691bdbc
We detect
this.querySelector/this.querySelectorAllas invalid for SSR, but notthis.template.querySelector/this.template.querySelectorAll. We should do the same thing for both.