We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a428b35 commit c943472Copy full SHA for c943472
src/Tabs.tsx
@@ -157,7 +157,7 @@ export const Tabs = memo(
157
onKeyDownCapture={e => onKeyboardNavigation(e)}
158
>
159
{tabs.map(({ label, iconId }, tabIndex) => (
160
- <li key={label + (iconId ?? "")} role="presentation">
+ <li key={tabIndex} role="presentation">
161
<button
162
ref={button => (buttonRefs.current[tabIndex] = button)}
163
id={getTabId(tabIndex)}
0 commit comments