Commit aae71ba
fix: add missing keys to Table skeleton elements
The skeleton loading state was rendering elements without React keys,
causing "Each child in a list should have a unique key prop" warnings.
Added proper keys to:
- Skeleton header cells
- Skeleton rows
- Skeleton cells
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent b8b4631 commit aae71ba
1 file changed
Lines changed: 12 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 75 | | |
89 | 76 | | |
90 | 77 | | |
| |||
111 | 98 | | |
112 | 99 | | |
113 | 100 | | |
114 | | - | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
115 | 106 | | |
116 | 107 | | |
117 | 108 | | |
| |||
135 | 126 | | |
136 | 127 | | |
137 | 128 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
144 | 136 | | |
145 | 137 | | |
146 | 138 | | |
| |||
0 commit comments