Skip to content

Commit

Permalink
chore: add friendly reminder to ensure cmdk package version is 0.2.1 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
omeralpi committed Mar 17, 2024
1 parent 199fa58 commit e948310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ I decided to make one myself. I hope you find it useful!
This component is designed to handle phone inputs in your application. It
includes the option to select a country along with the phone input.

> [!WARNING]
> Before you dive in, just double-check that you're using version 0.2.1 of the cmdk package!
```tsx
import { Button } from "@/components/ui/button";
import {
Expand Down
2 changes: 1 addition & 1 deletion components/ui/phone-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
CommandItem,
CommandList,
} from "@/components/ui/command";
import { Input, InputProps } from "@/components/ui/input";
import { Input, type InputProps } from "@/components/ui/input";
import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover";

import { cn } from "@/lib/utils";
Expand Down

0 comments on commit e948310

Please sign in to comment.