Skip to content

Commit

Permalink
Merge pull request #20005 from emberjs/enable-unique-id
Browse files Browse the repository at this point in the history
[FEATURE EMBER_UNIQUE_ID_HELPER] Enable by default
  • Loading branch information
locks authored Mar 4, 2022
2 parents e67cfde + b85514a commit 06b8b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/canary-features/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const DEFAULT_FEATURES = {
EMBER_IMPROVED_INSTRUMENTATION: null,
EMBER_ROUTING_ROUTER_SERVICE_REFRESH: true,
EMBER_CACHED: true,
EMBER_UNIQUE_ID_HELPER: null,
EMBER_UNIQUE_ID_HELPER: true,
};

/**
Expand Down

0 comments on commit 06b8b38

Please sign in to comment.