Add type-information for the cached
decorator
#1482
Labels
types:core
Something is wrong with the Ember type definitions
cached
decorator
#1482
Which package(s) does this enhancement pertain to?
Please write a user story for this feature
import { cached } from '@glimmer/tracking';
leads toModule '"@glimmer/tracking"' has no exported member 'cached'.
. As of Ember 4 thecached
decorator is available by default.I currently work-around that issue by adding:
The text was updated successfully, but these errors were encountered: