From 91917d9a7485ba14799615924a933d48b439f8a2 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Fri, 14 Dec 2018 17:39:46 -0500 Subject: [PATCH] [FEATURE EMBER_GLIMMER_ARRAY_HELPER] Enable by default --- 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..b49aa904e61 100644 --- a/packages/@ember/canary-features/index.ts +++ b/packages/@ember/canary-features/index.ts @@ -23,7 +23,7 @@ export const DEFAULT_FEATURES = { GLIMMER_MODIFIER_MANAGER: null, EMBER_METAL_TRACKED_PROPERTIES: null, EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION: true, - EMBER_GLIMMER_ARRAY_HELPER: null, + EMBER_GLIMMER_ARRAY_HELPER: true, EMBER_ROUTING_BUILD_ROUTEINFO_METADATA: null, };