Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: type incompatibility for phone number input value #43

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

omeralpi
Copy link
Owner

@omeralpi omeralpi commented Aug 19, 2024

fixes #28 #36

  • Updated react-phone-number-input package from version ^3.3.12 to ^3.4.5.
  • Fixed type assignment issue in onChange handler to ensure compatibility with E164Number type.

@omeralpi omeralpi self-assigned this Aug 19, 2024
Copy link

vercel bot commented Aug 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shadcn-phone-input ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 20, 2024 10:21am

- Updated `react-phone-number-input` package from version `^3.3.12` to `^3.4.5`.
- Fixed type assignment issue in `onChange` handler to ensure compatibility with `E164Number` type.
@omeralpi omeralpi force-pushed the fix/type-E164Number branch from 5f678c9 to 4361fb5 Compare August 20, 2024 10:20
@omeralpi omeralpi merged commit b2ed82f into main Aug 20, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Types of property 'value' are incompatible. Type 'string' is not assignable to type 'E164Number'
1 participant