Home

marko-js/marko

Status:Indexed
Analyzed 3d ago10K+ starsJavaScript

A declarative, HTML-based language that makes building web apps fun

Back to Issues
#2242
Moderate

`<await>` tag doesn't render correctly with `client-reorder` when inside `<table>` element

View on GitHub

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

Labels

type:bug