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.
2 parents adb6192 + 30b16b3 commit a0e36a0Copy full SHA for a0e36a0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@codegouvfr/react-dsfr",
3
- "version": "0.77.0-rc.0",
+ "version": "0.76.4",
4
"description": "French State Design System React integration library",
5
"repository": {
6
"type": "git",
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