lambda-packages icon indicating copy to clipboard operation
lambda-packages copied to clipboard

Solid components using an HTML table won't hydrate

Open kollinmurphy opened this issue 3 years ago • 3 comments

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.

kollinmurphy avatar Sep 02 '22 20:09 kollinmurphy