AUR6001
Error Message
Description
Example Trigger
export class MyList {
// ❌ items is undefined initially
items: unknown[];
}<template>
<div virtual-repeat.for="item of items">${item}</div>
</template>Correct Usage
Troubleshooting
Last updated
Was this helpful?