chore(ui): Fix vale error in changeset.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-01-21 15:53:16 +01:00
parent 6d2c262458
commit 711592e3b9
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/ui': patch
---
Fixed React 17 compatibility by using `useId` from `react-aria` instead of React's built-in hook which is only available in React 18+.
Fixed React 17 compatibility by using `useId` from `react-aria` instead of the built-in React hook which is only available in React 18+.