webstudio-is / webstudio

Open Source alternative to Webflow, check out our CMS launch https://webstudio.is/cms
https://webstudio.is
GNU Affero General Public License v3.0
4.2k stars 415 forks source link

Validate dot in the property name #3573

Open kof opened 1 month ago

kof commented 1 month ago

A user used "x-on:click.prevent" and it broke jsx compiler because it doesn't support it. Now the only way to compile to jsx is to use object spread.

TrySound commented 1 month ago

Dots should be validated away in ui. We cant support other feameworks yet

kof commented 1 month ago

Turns out dot is invalid in attributes in HTML5, so we will not support it too. What we need is to validate it and not let it through.