Skip to content

Commit

Permalink
Ignore type error
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Mar 27, 2024
1 parent 3f3120a commit 941f81c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/circuit-ui/components/Toggletip/Toggletip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ export const Toggletip = forwardRef<HTMLDialogElement, ToggletipProps>(
return undefined;
}

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore The package is bundled incorrectly
dialogPolyfill.registerDialog(dialogElement);

const handleClose = () => {
Expand Down

0 comments on commit 941f81c

Please sign in to comment.