chore(deps): update dependency react-aria-components to v1.16.0 (#32783)

* chore(deps): update dependency react-aria-components to v1.16.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(ui): fix selectedKey type mismatch in Tabs component

Change `selectedId` initialization from `null` to `undefined` to
match React Aria's `selectedKey` prop type (`Key | undefined`).

Signed-off-by: Johan Persson <johanopersson@gmail.com>

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Johan Persson <johanopersson@gmail.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
renovate[bot]
2026-03-09 15:50:29 +00:00
committed by GitHub
parent 8dde29a414
commit b4e14b6f89
2 changed files with 1048 additions and 1044 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ export const Tabs = (props: TabsProps) => {
return '';
}
let selectedId: string | null = null;
let selectedId: string | undefined;
let maxSegments = -1;
activeTabs.forEach((segmentCount, id) => {
+1047 -1043
View File
File diff suppressed because it is too large Load Diff