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 c19c7f5 commit 4ab378eCopy full SHA for 4ab378e
1 file changed
packages/react-components/react-tooltip/library/src/components/Tooltip/Tooltip.cy.tsx
@@ -12,8 +12,6 @@ const mount = (element: React.ReactElement) => {
12
13
// The data attribute the positioning middleware writes when the reference is hidden
14
const DATA_POSITIONING_HIDDEN = 'data-popper-reference-hidden';
15
-// The data attribute the positioning middleware writes when the floating element has escaped clipping
16
-const DATA_POSITIONING_ESCAPED = 'data-popper-escaped';
17
18
describe('Tooltip', () => {
19
describe('overflow behavior (regression: #32882)', () => {
0 commit comments