Skip to content

Commit

Permalink
fix(listbox): update polymorphic import
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance committed Oct 12, 2022
1 parent 69df3a0 commit 447066e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/listbox/src/reach-listbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ import {
useStableCallback,
useStatefulRefValue,
} from "@reach/utils";
import type { Polymorphic, DistributiveOmit } from "@reach/utils";
import type { DistributiveOmit } from "@reach/utils";
import type * as Polymorphic from "@reach/polymorphic";
import { useMachine, useCreateMachine } from "@reach/machine";
import type { StateMachine } from "@reach/machine";
import {
Expand Down

0 comments on commit 447066e

Please sign in to comment.