@computed
to know whether the keys you pass to it are allowed or not. Migrating to Octane eliminates this issue, since you mark reactive root state with @tracked
and leave getters undecorated, rather than vice versa.this
type for computed property callbacks for get
and set
to type-check correctly: