Andrew Scudder
Andrew Scudder
I opened a PR to try to fix this in the ember-classy-page-object repository, let me know if this helps: https://github.com/Addepar/ember-classy-page-object/pull/38
I wanted to add my support for allowing engines to use `contentFor` as well. One of our engines needs to pull in a 3rd party dependency by adding to the...
I encountered this same problem with one of our projects, so think I found where this issue is coming from. In the [`_lookupRoute` function in the bread-crumbs component](https://github.com/poteto/ember-crumbly/blob/master/addon/components/bread-crumbs.js#L82), the `getOwner(this)`...