Skip to content

Commit

Permalink
Merge pull request #19067 from emberjs/enable-cache-primitives
Browse files Browse the repository at this point in the history
[FEATURE] Enable @glimmer/tracking/primitives/cache APIs.
  • Loading branch information
rwjblue authored Jul 31, 2020
2 parents c423cf2 + 7f7c22c commit 121c8ac
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 @@ -21,7 +21,7 @@ export const DEFAULT_FEATURES = {
EMBER_GLIMMER_SET_COMPONENT_TEMPLATE: true,
EMBER_ROUTING_MODEL_ARG: true,
EMBER_GLIMMER_IN_ELEMENT: true,
EMBER_CACHE_API: null,
EMBER_CACHE_API: true,
EMBER_DESTROYABLES: null,
};

Expand Down

0 comments on commit 121c8ac

Please sign in to comment.