We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50bd92b commit aae2d6bCopy full SHA for aae2d6b
packages/react-dom/src/__tests__/ReactDOMUseId-test.js
@@ -608,10 +608,10 @@ describe('useId', () => {
608
id="container"
609
>
610
<div>
611
- _custom-prefix-R1_
+ _custom-prefix-R-1_
612
</div>
613
614
- _custom-prefix-R2_
+ _custom-prefix-R-2_
615
616
617
`);
@@ -625,13 +625,13 @@ describe('useId', () => {
625
626
627
628
+ _custom-prefix-R_1_
629
630
631
+ _custom-prefix-R_2_
632
633
634
- _custom-prefix-r0_
+ _custom-prefix-r_0_
635
636
637
0 commit comments