Stabilise React useId values in DOM snapshots in element-web (#33579)

* Stabilise React useId values in DOM snapshots - app/web

* Stabilise React useId values in DOM snapshots - shared components

* Update additional snapshots

* Added comments and changed replace pattern to 'react-use-id-N'
This commit is contained in:
rbondesson
2026-05-21 13:30:05 +01:00
committed by GitHub
parent 7ce368537b
commit 80024991aa
95 changed files with 1247 additions and 1173 deletions
@@ -704,7 +704,7 @@ exports[`<Users /> should render a user list 1`] = `
<input
checked=""
class="_input_udcm8_24"
id="_r_4_"
id="react-use-id-1"
role="switch"
type="checkbox"
/>
@@ -718,7 +718,7 @@ exports[`<Users /> should render a user list 1`] = `
>
<label
class="_label_19upo_59"
for="_r_4_"
for="react-use-id-1"
>
Only joined users
</label>