Update documentation/docs/97-best-practices/10-best-practices.md

best-practices-doc
Rich Harris 2 days ago committed by GitHub
parent 6126127674
commit f03cc46cc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,7 +72,7 @@ When using an each block to iterate over some value prefer using the item withou
{/each}
```
The key MUST actually uniquely identify the object DO NOT use the index.
> [!NOTE] The key _must_ actually uniquely identify the object — _do not_ use the index.
## Snippet

Loading…
Cancel
Save