You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, it's really not an issue but since JSX is more often used without React, we can achieve some really good things. I'm trying to make alpinejs and jsx work but faced problems when using some attributes markup.
For instance;
...
will break because of "@", ":" characters and dot dot attributes.
Is it possible to allow these attributes or jsx cannot interpret them ?
It's interesting to notice that in Astro, it works (is it Astro which take care of it ?).
Sincerely
The text was updated successfully, but these errors were encountered:
Hi guys, it's really not an issue but since JSX is more often used without React, we can achieve some really good things. I'm trying to make alpinejs and jsx work but faced problems when using some attributes markup.
For instance;
Sincerely
The text was updated successfully, but these errors were encountered: