-
Notifications
You must be signed in to change notification settings - Fork 212
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
Uncaught TypeError: libphonenumber_js_1.AsYouType is not a constructor #429
Comments
might be related to #426 or #425 |
This seems to be an Inspect |
temporary workaround:
|
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? |
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? |
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.All my apps use react 17.0.x (different patch versions)
The text was updated successfully, but these errors were encountered: