`<await>` tag doesn't render correctly with `client-reorder` when inside `<table>` element
Author: vwongCreated May 31, 2024Updated Jun 23, 2026
Labelstype:docs
Marko Version: 5.35.0
Details
I'm trying to run <await client-reorder> inside a <table> to await each row independently.
Expected Behavior
<table> is rendered correctly, the same way as without client-reorder.
Actual Behavior
Both placeholder and result remains in the HTML.
Steps to Reproduce
See reproduction
Source: marko-js/marko