What did you do? Please include the actual source code causing the issue.
<template>
<div>
<template v-for="crumb in crumbArr" :key="crumb">
<custom-el :crumb="crumb" />
</template>
</div>
</template>
What did you expect to happen?
For it to work.
What actually happened? Please include the actual, raw output from ESLint.
No ESLint error. Vue error: <template> cannot be keyed. Place the key on real elements instead.
Thank you for the proposal.
You are right, this plugin should catch it.
Fixed in v3.4.0 馃殌
Most helpful comment
Fixed in
v3.4.0馃殌