Skip to content
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

TypeError: Cannot convert undefined to object #353

Closed
noesting opened this issue Nov 8, 2017 · 3 comments
Closed

TypeError: Cannot convert undefined to object #353

noesting opened this issue Nov 8, 2017 · 3 comments

Comments

@noesting
Copy link

noesting commented Nov 8, 2017

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

grafik

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]
@zloirock
Copy link
Owner

zloirock commented Nov 9, 2017

That looks like a bug (#300) which was fixed in [email protected], however, I'm not sure without a reproducible example.

@noesting
Copy link
Author

My core-js version is 2.5.1

The problem were old browser versions. I got the issue in the following Browsers

  • Firefox 52.0.2 (64-Bit)
  • Chromium Version 53.0.2785.143
  • Opera 12.16
  • Edge 38.x

After updating my browsers it seems to work except for IE 11.

@zloirock
Copy link
Owner

As I wrote, I can't say anything without a reproducible example. So I close it as can't reproduce.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants