brisa-build / brisa

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

fix(ssr): fix props conflicts changing the brisa prop names #497

Closed aralroca closed 1 month ago

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