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.

Crash with Glimmer2 / Ember 2.9.0-alpha

See original GitHub issue

Here is the stack:

on-error.js:77 Error: Property set failed: object in path "_dom.document" could not be found or was destroyed.
    at setPath (ember.debug.js:19288)
    at Object.set (ember.debug.js:19208)
    at Class.setTitle (document-title.js:85)
    at Class.collectTitleTokens (document-title.js:65)
    at Object.triggerEvent (ember.debug.js:26166)
    at Object.trigger (ember.debug.js:53740)
    at Object.trigger (ember.debug.js:52451)
    at Class.send (ember.debug.js:25514)
    at Class.updateTitle (document-title.js:77)
    at Object.applyStr (ember.debug.js:20768)

I believe the problem is that container.lookup('renderer:-dom') has changed it’s structure and no longer has _dom on it. See:

With Ember 2.7: screen shot 2016-08-21 at 9 22 39 pm

With Ember 2.9.0-alpha: screen shot 2016-08-21 at 9 23 16 pm

I’ll see if I can figure out a solution and submit a PR.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
kratiahujacommented, Oct 10, 2016

This doesn’t work with fastboot environment. I have a #53 that fixes this correctly.

1reaction
kimroencommented, Oct 9, 2016

This is now released in ember-cli-document-title@0.3.2 - thanks again 🎉

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ember Changelog - GitHub
#19056 Update Glimmer rendering engine to 0.54.2. Fixes an issue with (private for now) destroyables work to enable the destroyables polyfill to work...
Read more >
Glimmer Components - Octane Upgrade Guide - Ember Guides
For this section, we'll be focusing on the differences between the new style, known as Glimmer components, and classic components, and how to...
Read more >
ember-cli/CHANGELOG.md - UNPKG
The CDN for ember-cli. ... 709, ### 2.9.0-beta.2 ... 2427, + Upgrade bower.json `ember-qunit` to `0.3.2` for glimmer support. 2428, - Addon Developers....
Read more >
@ember-data/store | Yarn - Package Manager
The lightweight reactive data library for JavaScript applications. Build Status Discord Community Server. Wrangle your application's data management with ...
Read more >
Open Source Used In Firepower 7.0.0 - Cisco
1.159 ember-validations 2.0.0-alpha.5. 1.159.1 Available under license ... 1.1089 react-transition-group 2.9.0 ... 1.2598 @glimmer/resolver 0.4.3.
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