We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm developing a WebApp using Ionic 3 and Meteor. When I connect to my page i get the following error:
TypeError: Cannot convert undefined to object
I use the npm Package meteor-client-bundler (https://github.com/Urigo/meteor-client-bundler). Searching for a solution led me here Urigo/Ionic2CLI-Meteor-WhatsApp#124 and here Urigo/meteor-client-bundler#41 (comment)
So I think this might be an issue in core-js.
Thanks in advance for your help.
Some information about my system:
Meteor Version:
meteor --version Meteor 1.6
Ionic Info:
ionic info cli packages: (/usr/lib/node_modules) @ionic/cli-utils : 1.17.0 ionic (Ionic CLI) : 3.17.0 global packages: cordova (Cordova CLI) : 6.5.0 local packages: @ionic/app-scripts : 3.0.0 Cordova Platforms : android 6.2.2 browser 4.1.0 Ionic Framework : ionic-angular 3.7.1 System: Android SDK Tools : 26.1.1 Node : v6.12.0 npm : 3.10.10 OS : Linux 4.4
npm -g list --depth=0:
npm -g list --depth=0 /usr/lib ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected]
The text was updated successfully, but these errors were encountered:
That looks like a bug (#300) which was fixed in [email protected], however, I'm not sure without a reproducible example.
[email protected]
Sorry, something went wrong.
My core-js version is 2.5.1
The problem were old browser versions. I got the issue in the following Browsers
After updating my browsers it seems to work except for IE 11.
As I wrote, I can't say anything without a reproducible example. So I close it as can't reproduce.
can't reproduce
No branches or pull requests
Hello,
I'm developing a WebApp using Ionic 3 and Meteor. When I connect to my page i get the following error:
TypeError: Cannot convert undefined to object
I use the npm Package meteor-client-bundler (https://github.com/Urigo/meteor-client-bundler). Searching for a solution led me here Urigo/Ionic2CLI-Meteor-WhatsApp#124 and here Urigo/meteor-client-bundler#41 (comment)
So I think this might be an issue in core-js.
Thanks in advance for your help.
Some information about my system:
Meteor Version:
Ionic Info:
npm -g list --depth=0:
The text was updated successfully, but these errors were encountered: