Skip to content

Commit

Permalink
Merge pull request #19826 from emberjs/enable-cached
Browse files Browse the repository at this point in the history
[FEATURE] Enable `@cached` decorator from `@glimmer/tracking`
  • Loading branch information
rwjblue authored Nov 5, 2021
2 parents 851703c + d19dff4 commit 4c6402d
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_STRICT_MODE: true,
EMBER_DYNAMIC_HELPERS_AND_MODIFIERS: true,
EMBER_ROUTING_ROUTER_SERVICE_REFRESH: null,
EMBER_CACHED: null,
EMBER_CACHED: true,
};

/**
Expand Down

0 comments on commit 4c6402d

Please sign in to comment.