From 073955268861469620f5c0142f6af1f102e86138 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 14 Dec 2018 17:35:19 -0500 Subject: [PATCH] [FEATURE GLIMMER_MODIFIER_MANAGER] Enable by default. This was discussed in the last framework meeting... --- packages/@ember/canary-features/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@ember/canary-features/index.ts b/packages/@ember/canary-features/index.ts index 1008c8cafbb..4a2b4da6792 100644 --- a/packages/@ember/canary-features/index.ts +++ b/packages/@ember/canary-features/index.ts @@ -20,7 +20,7 @@ export const DEFAULT_FEATURES = { EMBER_ENGINES_MOUNT_PARAMS: true, EMBER_MODULE_UNIFICATION: null, GLIMMER_CUSTOM_COMPONENT_MANAGER: true, - GLIMMER_MODIFIER_MANAGER: null, + GLIMMER_MODIFIER_MANAGER: true, EMBER_METAL_TRACKED_PROPERTIES: null, EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true, EMBER_GLIMMER_ARRAY_HELPER: null,