tbranyen opened this issue 7 years ago · 1 comments
JSX has:
<Component {...props} />
Our parser should handle:
html`<${Component} ${props} />`
Added in 8178be2