AUR6000
Error Message
Description
Example Trigger
<!-- ❌ Avoid: virtual-repeat inside table elements -->
<table>
<tbody>
<tr virtual-repeat.for="item of items">
<td>${item.name}</td>
</tr>
</tbody>
</table>Correct Usage
Troubleshooting
Last updated
Was this helpful?