Skip to content

Commit

Permalink
Merge pull request #18927 from emberjs/enable-in-element
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue authored Apr 24, 2020
2 parents f0883d6 + 10aa7c4 commit d89e67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DEFAULT_FEATURES = {
EMBER_CUSTOM_COMPONENT_ARG_PROXY: true,
EMBER_GLIMMER_SET_COMPONENT_TEMPLATE: true,
EMBER_ROUTING_MODEL_ARG: true,
EMBER_GLIMMER_IN_ELEMENT: null,
EMBER_GLIMMER_IN_ELEMENT: true,
};

/**
Expand Down

0 comments on commit d89e67f

Please sign in to comment.