This repository was archived by the owner on Jul 31, 2026. It is now read-only.
Commit d6b1038
fix: use stable compound keys in KeyHint fragment maps
key={modifier} / key={key} would collide if the same value appeared
twice in the array; key={value-index} guarantees uniqueness.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent af81995 commit d6b1038
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments