solid-start
solid-start copied to clipboard
[Bug] Whitespace Around JSX Expressions in Native DOM Elements Errs on Load
Spaces around {props.title} [line 10] generates error on page load:
Removing spaces around {props.title} [line 10] fixes error:
Console Error:
Discovery: https://stackblitz.com/edit/github-7nvpqz-6bopea?file=src/components/Page.tsx
Minimum reproduction (with bumped versions): https://stackblitz.com/edit/github-7nvpqz-z7feez?file=src/components/Page.tsx
Note: custom elements not affected by bug