Commit 2adcd0e
committed
🔑 fix: add unique key prop to Link in CrossPlatformSkeleton
Add a unique key prop to each Link component within CrossPlatformSkeleton to resolve the React warning about each child in a list needing a unique "key" prop. This change ensures that each Link component is uniquely identifiable by React, improving the efficiency of rendering and updating the component list.1 parent e277287 commit 2adcd0e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments