[Bug] Resolver
in app.ts
no longer compiles with the stable types
#20486
Labels
Resolver
in app.ts
no longer compiles with the stable types
#20486
🐞 Describe the Bug
Check the repro.
🔬 Minimal Reproduction
Repo.
Run
npm install
and then./node_modules/.bin/tsc
.😕 Actual Behavior
Type error on
Resolver
.🤔 Expected Behavior
No error. Removing the last commit (which upgrades Ember) and rerunning
npm install
and thentsc
will remove the errors.🌍 Environment
cc @chriskrycho
The text was updated successfully, but these errors were encountered: