after upgrading to ember "2.14.0" app is throwing random different errors in safari
See original GitHub issueHi,
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:
- Created 6 years ago
- Reactions:16
- Comments:12 (9 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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.
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! 👏