Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Nov 28, 2024
1 parent c72bcea commit 24d3022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/popover/root/PopoverRoot.test.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable react/no-danger */
import * as React from 'react';
import { Popover } from '@base-ui-components/react/popover';
import { act, fireEvent, flushMicrotasks, screen, waitFor } from '@mui/internal-test-utils';
Expand Down Expand Up @@ -471,6 +470,7 @@ describe('<Popover.Root />', () => {

await render(
<div>
{/* eslint-disable-next-line react/no-danger */}
<style dangerouslySetInnerHTML={{ __html: style }} />
<input type="text" data-testid="first-input" />
<Popover.Root openOnHover delay={0} closeDelay={0}>
Expand Down

0 comments on commit 24d3022

Please sign in to comment.