Back to IssuesView on GitHub
#2242
Moderate
`<await>` tag doesn't render correctly with `client-reorder` when inside `<table>` element
Summary
The `<await client-reorder>` tag is not rendering correctly when nested within a `<table>` element. This bug causes both the placeholder and the awaited result to remain in the DOM, preventing proper table rendering. The fix likely involves adjusting how the `<await>` tag handles its output within the context of table rows or cells.
Skills Required
JavaScriptMarko internalsHTML DOM manipulationDebugging
Files Likely Touched
Labels
type:bug