lambda-packages
lambda-packages copied to clipboard
Solid components using an HTML table won't hydrate
What version of astro are you using?
1.1.3
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Linux
Describe the Bug
When a Solid component is rendered inside of an HTML table tag, or when a Solid component renders an HTML table tag, that component won't hydrate at all.
Link to Minimal Reproducible Example
https://github.com/kollinmurphy/astro-table-hydrating-bug-report
Participation
- [ ] I am willing to submit a pull request for this issue.