nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks

Home Page:https://nearbeach.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(JS-0623) Always use `key` with `v-for`

robotichead opened this issue · comments

commented

Description

It is recommended to provide a key attribute with v-for whenever possible, unless the iterated DOM content is simple, or intentionally relying on the default behavior for performance gains. It also helps to maintain internal component state down the subtree. Even for elements, it's a good practice to maintain predictable …

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/robotichead/NearBeach/issue/JS-0623/occurrences/