brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
452 stars 12 forks source link

conflict with ssr web components attributes #496

Closed aralroca closed 2 months ago

aralroca commented 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.