Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
imp-dance committed Jan 15, 2024
1 parent 0029ae8 commit 4c57a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ function CharmButton(props: {
useState<HTMLDivElement | null>(null);
const [arrowElement, setArrowElement] =
useState<HTMLDivElement | null>(null);
const { styles, attributes, state } = usePopper(
const { styles, attributes } = usePopper(
referenceElement,
popperElement,
{
Expand Down

0 comments on commit 4c57a2b

Please sign in to comment.