Open
Description
I've been taking solid-styled-jsx for a test run in porting an app from Vue to Solid (easy to copy/paste styles from <style scoped>
to <style jsx>
that way).
I'm encountering an issue where this template,
return <div class="command">
<h1>Foo</h1>
<style jsx>{
/*css*/ `
h1 {
margin-top: 5vh;
}
`
}</style>
</div>
produces this output in the DOM:
<div class="undefinedjsx-4071452694undefined">
<h1 class="jsx-4071452694">Foo</h1>
</div>
Metadata
Metadata
Assignees
Labels
No labels