Nikolay

Results 285 comments of Nikolay

Depends on what path are you importing in your app. If you're importing `CountryIcon` component from `react-phone-number-input/modules/CountryIcon` then that wasn't a documented feature. Version `3.2.0` introduced a new package export...

Regardless of you code, if the issue was reproducible on the demo page it could be considered a proper bug report but unless it isn’t, it isn’t.

Hello. I don’t think that there could be any issues with using the package on the server side. On Sat, 24 Feb 2024 at 09:54, Omer Alpi ***@***.***> wrote: >...

Hmm, I see. Well, in that case just import the validation functions from `libphonenumber-js` package because all those functions are simply re-exported from that package. `libphonenumber-js` package is a dependency...

Or, as a workaround, you could do the thing it tells in the error message: > none of its parents are marked with "use client" I.e. one could simply mark...

Hi. I don't use `react-hook-form` so I dunno. I won't be looking into this issue (if there is any). Perhaps it's an issue in how you're using the library because...

No it doesn’t On Fri, 28 Oct 2022 at 00:25, SamNjuguna-tech ***@***.***> wrote: > This component reloads every time the input changes. > is there a way to change the...

I dunno. See for yourself. The instruction is: https://gitlab.com/catamphetamine/libphonenumber-metadata-generator#install

Most likely “+1 123-456-7890” is not a valid one On Fri, 1 Mar 2024 at 07:27, fstn ***@***.***> wrote: > Got o the demo > https://catamphetamine.gitlab.io/libphonenumber-js/?parseCountry=US&parseValue=213-373-4253&asYouTypeCountry=US&findNumbersCountry=US&findNumbersText=My%20phone%20number%20is%20%2B1%20123-456-7890%20and%20my%20other%20number%20is%20%2B33%201%2023%2045%2067%2089 > and search number...