diff --git a/packages/components/src/chip/src/Chip.tsx b/packages/components/src/chip/src/Chip.tsx index ed81ca003..b21bc99bf 100644 --- a/packages/components/src/chip/src/Chip.tsx +++ b/packages/components/src/chip/src/Chip.tsx @@ -2,7 +2,7 @@ import { IconContext } from "@hopper-ui/icons"; import { type StyledSystemProps, useStyledSystem, type ResponsiveProp, useResponsiveValue } from "@hopper-ui/styled-system"; import clsx from "clsx"; import { forwardRef, type ForwardedRef, type CSSProperties } from "react"; -import { useContextProps } from "react-aria-components"; +import { DEFAULT_SLOT, useContextProps } from "react-aria-components"; import { IconListContext } from "../../IconList/index.ts"; import { Text, TextContext, type TextProps } from "../../Text/index.ts";