Closed aralroca closed 1 month ago
Fixes https://github.com/brisa-build/brisa/issues/496
using <web-component selector=".foo" /> was breaking the SSR. Now we changed the SSRWebComponent adding some prefix like ssr-selector and ssr-Component to be harder to have this kind of conflicts.
<web-component selector=".foo" />
SSRWebComponent
ssr-selector
ssr-Component
Fixes https://github.com/brisa-build/brisa/issues/496
using
<web-component selector=".foo" />
was breaking the SSR. Now we changed theSSRWebComponent
adding some prefix likessr-selector
andssr-Component
to be harder to have this kind of conflicts.