File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,5 @@ export {IconButton}
77export const Button = Object . assign ( ButtonComponent , {
88 Counter
99} )
10+
11+ Button . displayName = 'Button'
Original file line number Diff line number Diff line change @@ -216,6 +216,11 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
216216 style = " top: 4px; left: 0px; --styled-overlay-visibility: visible;"
217217 width = " auto"
218218 >
219+ <span
220+ aria-hidden = " true"
221+ class = " sentinel"
222+ tabindex = " 0"
223+ />
219224 <button
220225 class = " focus-visible"
221226 data-focus-visible-added = " "
@@ -224,6 +229,11 @@ exports[`AnchoredOverlay should render consistently when open 1`] = `
224229 >
225230 Focusable Child
226231 </button >
232+ <span
233+ aria-hidden = " true"
234+ class = " sentinel"
235+ tabindex = " 0"
236+ />
227237 </div >
228238 </div >
229239 </div >
You can’t perform that action at this time.
0 commit comments