Closed aralroca closed 2 months ago
using <web-component selector=".foo" /> breaks the SSR. We need to change the SSRWebComponent adding some prefix like ssr-selector and ssr-Component to avoid this kind of conflicts.
<web-component selector=".foo" />
SSRWebComponent
ssr-selector
ssr-Component
using
<web-component selector=".foo" />
breaks the SSR. We need to change theSSRWebComponent
adding some prefix likessr-selector
andssr-Component
to avoid this kind of conflicts.