AUR6005
Error Message
Description
Example Trigger
export class MyList {
// ❌ Map is not supported by the default strategy set
items = new Map<string, unknown>();
}<template>
<div virtual-repeat.for="item of items">${item}</div>
</template>Correct Usage
Troubleshooting
Last updated
Was this helpful?