Crash with Glimmer2 / Ember 2.9.0-alpha
See original GitHub issueHere 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:
With Ember 2.9.0-alpha:
I’ll see if I can figure out a solution and submit a PR.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:5 (3 by maintainers)
Top 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 >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 FreeTop 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
Top GitHub Comments
This doesn’t work with fastboot environment. I have a #53 that fixes this correctly.
This is now released in
ember-cli-document-title@0.3.2
- thanks again 🎉