Use keyed each blocks #202
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we don't use keys for svelte each blocks. According to the docs, this is good because svelte can then diff the elements and reload the items correctly.
There's an ESLint rule for that: https://sveltejs.github.io/eslint-plugin-svelte/rules/require-each-key/
We should investigate why the rule doesn't apply and enforce this behavior.
The text was updated successfully, but these errors were encountered: