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 c367c99 commit 4b52141Copy full SHA for 4b52141
src/__tests__/__snapshots__/AnchoredOverlay.test.tsx.snap
@@ -216,11 +216,6 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
216
style="top: 4px; left: 0px; --styled-overlay-visibility: visible;"
217
width="auto"
218
>
219
- <span
220
- aria-hidden="true"
221
- class="sentinel"
222
- tabindex="0"
223
- />
224
<button
225
class="focus-visible"
226
data-focus-visible-added=""
@@ -229,11 +224,6 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
229
230
Focusable Child
231
</button>
232
233
234
235
236
237
227
</div>
238
228
239
0 commit comments