Skip to content

Commit

Permalink
Merge pull request #20055 from emberjs/enable-default-helper-manager
Browse files Browse the repository at this point in the history
[feature EMBER_DEFAULT_HELPER_MANAGER] Enable
  • Loading branch information
chancancode committed Apr 15, 2022
2 parents a0be65c + 7cbb64f commit 3871ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Expand Up @@ -15,7 +15,7 @@ export const DEFAULT_FEATURES = {
EMBER_LIBRARIES_ISREGISTERED: null,
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_UNIQUE_ID_HELPER: true,
EMBER_DEFAULT_HELPER_MANAGER: null,
EMBER_DEFAULT_HELPER_MANAGER: true,
};

/**
Expand Down

0 comments on commit 3871ff9

Please sign in to comment.