AUR6004
Error Message
Description
Example Trigger
<!-- ❌ The virtual-repeat host is conditionally removed while still active -->
<div if.bind="show">
<div virtual-repeat.for="item of items">${item}</div>
</div>Correct Usage
Troubleshooting
Last updated
Was this helpful?