From 711592e3b9088c99ccaabb34b6643bef1d49749a Mon Sep 17 00:00:00 2001 From: Johan Persson Date: Wed, 21 Jan 2026 15:53:16 +0100 Subject: [PATCH] chore(ui): Fix vale error in changeset. Signed-off-by: Johan Persson --- .changeset/twelve-dolls-tap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/twelve-dolls-tap.md b/.changeset/twelve-dolls-tap.md index 8c5953f17e..33c184b39d 100644 --- a/.changeset/twelve-dolls-tap.md +++ b/.changeset/twelve-dolls-tap.md @@ -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+.