Skip to content

Commit

Permalink
[FEATURE modernized-built-in-components] Enable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Feb 26, 2021
1 parent 97bd0a2 commit 1cfedc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -18,7 +18,7 @@ export const DEFAULT_FEATURES = {
EMBER_NAMED_BLOCKS: true,
EMBER_GLIMMER_HELPER_MANAGER: true,
EMBER_GLIMMER_INVOKE_HELPER: true,
EMBER_MODERNIZED_BUILT_IN_COMPONENTS: null,
EMBER_MODERNIZED_BUILT_IN_COMPONENTS: true,
EMBER_STRICT_MODE: true,
EMBER_DYNAMIC_HELPERS_AND_MODIFIERS: null,
};
Expand Down

0 comments on commit 1cfedc2

Please sign in to comment.