Closed aralroca closed 2 weeks ago
Extend SSR support of WC self:
self
setAttribute
getAttribute
addEventListener
removeEventListener
Extend SSR support of WC
self
:setAttribute
should work well to change some props on the initial render.getAttribute
should work during the initial render.addEventListener
should be ignored during SSR to work on the client.removeEventListener
should be ignored during SSR to make it work on the client.