We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbd66e commit 09fdb3cCopy full SHA for 09fdb3c
packages/@ember/canary-features/index.ts
@@ -12,8 +12,8 @@ import { ENV } from '@ember/-internals/environment';
12
*/
13
14
export const DEFAULT_FEATURES = {
15
- EMBER_LIBRARIES_ISREGISTERED: null,
16
- EMBER_IMPROVED_INSTRUMENTATION: null,
+ EMBER_LIBRARIES_ISREGISTERED: false,
+ EMBER_IMPROVED_INSTRUMENTATION: false,
17
EMBER_UNIQUE_ID_HELPER: true,
18
EMBER_DEFAULT_HELPER_MANAGER: true,
19
};
0 commit comments