Skip to content

Commit

Permalink
use ts-ignore in case of skipLibCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Mar 2, 2023
1 parent 53d5015 commit 5a108a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/FloatingArrow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export const FloatingArrow = React.forwardRef(function FloatingArrow(
return (
<svg
{...rest}
// @ts-expect-error
// @ts-ignore
suppressHydrationWarning
aria-hidden
ref={ref}
Expand Down

0 comments on commit 5a108a0

Please sign in to comment.