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
This is somewhat contrived (you can only access that property via $$props['x-y-z']), but it's a situation I've managed to encounter, and it's easily fixed.
Describe the bug
A component can have a property like
<Foo x-y-z={42}/>
, and it will ordinarily be quoted by the compiler:In SSR mode, we get this instead:
This is somewhat contrived (you can only access that property via
$$props['x-y-z']
), but it's a situation I've managed to encounter, and it's easily fixed.To Reproduce
Voila
Severity
I mean... probably not the highest. But like I say, easy fix
The text was updated successfully, but these errors were encountered: