Skip to content

Commit

Permalink
Merge pull request #16773 from rwjblue/enable-custom-components
Browse files Browse the repository at this point in the history
[FEATURE glimmer-custom-component-manager] Enable by default.
  • Loading branch information
rwjblue committed Jun 23, 2018
2 parents 7b1fc36 + dc48b07 commit 45cd78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -12,7 +12,7 @@ export const DEFAULT_FEATURES = {
EMBER_ROUTING_ROUTER_SERVICE: true,
EMBER_ENGINES_MOUNT_PARAMS: true,
EMBER_MODULE_UNIFICATION: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: null,
GLIMMER_CUSTOM_COMPONENT_MANAGER: true,
EMBER_TEMPLATE_BLOCK_LET_HELPER: true,
EMBER_METAL_TRACKED_PROPERTIES: null,
EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true,
Expand Down

0 comments on commit 45cd78c

Please sign in to comment.