Skip to content

Commit

Permalink
Merge pull request #620 from embroider-build/track-beta
Browse files Browse the repository at this point in the history
follow upstream ember change as it enters beta
  • Loading branch information
ef4 authored Nov 18, 2020
2 parents 25d6042 + 512c7b0 commit 58736a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/util/addon/ember-private-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function lookupCurriedComponentDefinition(name, owner) {
}

function contextForLookup(owner) {
if (macroCondition(dependencySatisfies('ember-source', '>=3.24.0-canary'))) {
if (macroCondition(dependencySatisfies('ember-source', '>=3.24.0-canary || >=3.24.0-beta'))) {
return owner;
} else {
return { owner };
Expand Down

0 comments on commit 58736a9

Please sign in to comment.