ember-cli-bundle-loader
ember-cli-bundle-loader copied to clipboard
Avoid errors if handler._populateQPMeta is missing
Upstream changes are removing the _populateQPMeta
method on Ember.Route
instances (in order to prevent the corresponding controller from being eagerly looked up).
This preserves the same semantics, but avoids invocation of handler._populageQPMeta
if it is not present.
Related PRs:
- https://github.com/emberjs/ember.js/pull/14980
- https://github.com/ember-engines/ember-engines/pull/353
Looks like the 1.13 tests are failing, but I'm not very familiar with the test setup. Can someone take a look at the failure and provide guidance? I'm happy to fix...
Wow, for someone reason I missed this almost a year ago.
Thanks for opening this PR. I'll have a look.