catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.76k stars 218 forks source link

Uncaught TypeError: libphonenumber_js_1.AsYouType is not a constructor #429

Open rattkin opened 2 years ago

rattkin commented 2 years ago

All my apps work well with libphonenumber-js@1.9.52 When I update any of them to version 1.10.13, I get this runtime error each time phone input with asYouType is displayed.

Uncaught TypeError: libphonenumber_js_1.AsYouType is not a constructor

All my apps use react 17.0.x (different patch versions)

rattkin commented 2 years ago

might be related to https://github.com/catamphetamine/libphonenumber-js/issues/426 or https://github.com/catamphetamine/libphonenumber-js/issues/425 or https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/147

catamphetamine commented 1 year ago

This seems to be an import issue, or something like that.

Inspect libphonenumber_js_1.AsYouType to see what it is. Inspect libphonenumber_js_1 to see what it is.

rattkin commented 1 year ago

temporary workaround:


  "resolutions": {
        "react-phone-number-input": "3.1.52"
        "libphonenumber-js": "1.9.52"
efost commented 1 year ago

Checking in here to say I've been having the exact same problem (on 1.10.13) and downgrading as @rattkin suggests has fixed my issue as well. (Cheers @rattkin!)

juliankigwana commented 1 year ago

It's still not fixed in 1.10.34 so we had to downgrade too. Thanks, @rattkin

For some context, this only happens in the production build and works fine locally during development. The error only appeared after upgrading to React 17.0.x and webpack 5.

Are there any plans to look into this?

strikeraj72 commented 1 month ago

I am still seeing the same error in the latest version. Looks like this ticket is open from a long time. Any plans on fixing this anytime in the future?