question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

after upgrading to ember "2.14.0" app is throwing random different errors in safari

See original GitHub issue

Hi,

I just upgraded to ember 2.14.0. Everything works great in Chrome/Firefox, but app in Safari is broken. In previous ember release (2.13.2) worked perfectly, but now I am getting errors like:

owner.lookup is not a function. (In 'owner.lookup('-view-registry:main')', 'owner.lookup' is undefined)

or
null is not an object (evaluating 'm.isInitialized')

or
undefined is not an object (evaluating '_ember.default.getOwner(this).lookup')

or
undefined is not an object (evaluating '(0, _emberUtils.getOwner)(this).__container__') (1)

These happen randomly…on page load… when I click on some link…

Do you have an idea what might be the problem? Again, Ember 2.13.2 worked in Safari as well.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:16
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

3reactions
stefanpennercommented, Jul 14, 2017

Looks like we hit a gnarly safari 10 JIT issue, luckily we were able to work around it. It also seems like safari 11 has already fixed the issue… so that’s a good thing.

Backports are in, pending release.

2reactions
simonihmigcommented, Jul 14, 2017

For the record, as this has not been mentioned here yet: seems we have a fix ready: https://github.com/emberjs/ember.js/pull/15502. Awesome debugging work, thanks to @krisselden & @stefanpenner! 👏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Have Error while try to Update Ember 2.14.2 to Ember 2.18.2
This is looking for ember in bower which is no longer the case since you have ember-source in your package.json . This error...
Read more >
Upgrading Ember - Issues with Tests - Questions
So I took on the task of upgrading our Ember app from 2.16 to 3.26. The application runs fine locally. Got through the...
Read more >
Put the fun back into computing. Use Linux, BSD. - DistroWatch.com
Often times it is useful to be able to compare the versions of different packages between two distributions. This can let us know...
Read more >
Russian hot keys bugfix - OSCHINA - 中文开源技术交流社区
Ember 是一个雄心勃勃的Web应用程序,消除了样板,并提供了一个标准的应用程序架构 ... Update to RSVP 3.0.13 (fixes an error with RSVP.hash in IE8 amongst other ...
Read more >
CHANGELOG.md ... - GitCode
CLI: Fix upgrade to warn when no packages found (#11993); Addon-docs: Fix blocks ... Dependencies: add @types/webpack-env to apps that depend on it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found