Closed workmanw closed 8 years ago
@kimroen can you review this so the addon will be ready for 2.9 stable in the coming weeks?
@awaer Will do - thanks for checking in. https://github.com/kimroen/ember-cli-document-title/pull/49#issuecomment-251322501
This is now released in ember-cli-document-title@0.3.2
- thanks again 🎉
Happy to help. 🎊
This doesn't work with fastboot environment. I have a #53 that fixes this correctly.
Here is the stack:
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.