DCzajkowski / vue-emoji-picker

Very simple, yet powerful, vue emoji picker 🎉🔥🚀
MIT License
332 stars 49 forks source link

Vue-warnings: [vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives. #1

Closed Edza closed 6 years ago

Edza commented 6 years ago

For: v-for="(emojiGroup, category) in emojis"> v-for="(emoji, emojiName) in emojiGroup"

[vue/require-v-for-key] Elements in iteration expect to have 'v-bind:key' directives

I'll try to see if I can fix them myself, and if I can I'll post an update here.

DCzajkowski commented 6 years ago

True. It's just a warning and you can totally skip it in this case, but it should be fixed. I'll fix it today. :) Thanks!

Edza commented 6 years ago

Thanks. No problem, mate. Definitely not critical.

The problem is I'm using VS Code and it's very ugly red lines that can't be disabled easily. If you are using vetur with VS Code that is the default underlining.

warns

DCzajkowski commented 6 years ago

Fixed in: https://github.com/DCzajkowski/vue-emoji-picker/commit/932c0d6c37a65858c8cbbbf902509f1d8bf91128