[SSR] this.querySelector*
detected, but not this.template.querySelector*
#174
Labels
kind/bug
Categorizes issue or PR as related to a bug.
See minimal repro: 691bdbc
We detect
this.querySelector
/this.querySelectorAll
as invalid for SSR, but notthis.template.querySelector
/this.template.querySelectorAll
. We should do the same thing for both.The text was updated successfully, but these errors were encountered: