-
Notifications
You must be signed in to change notification settings - Fork 131
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
error with angular 1.5 and utils.js #114
Comments
@kotmatpockuh did you ever resolve the issue? having a similar issue |
so am I, any luck @kotmatpockuh or @feitla ? |
I am facing the same issue after upgrading my project to Angular 8. Anyone have any idea? |
I am also facing the issue with Angular8, any luck with this ? |
I had to add the
In previous versions I think these got loaded automatically, but that doesn't seem to work anymore. 🤷♂ |
@mamacdon Thanks. That was the issue. In previous version |
I have an error about using
'in' intlTelInputUtilsis undefined
in utils.jsthis
is undefined...Uncaught TypeError: Cannot use 'in' operator to search for 'intlTelInputUtils' in undefined
The text was updated successfully, but these errors were encountered: