fix(ui): restore React 17 compatibility for useId

Use useId from react-aria instead of React's built-in hook,
which is only available in React 18+.

Signed-off-by: Johan Persson <johanopersson@gmail.com>
This commit is contained in:
Johan Persson
2026-01-21 15:26:10 +01:00
parent ea46cbc11d
commit c4291019cd
4 changed files with 10 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
fix(ui): restore React 17 compatibility for useId