[Bug] element
in classic components no longer is a "normal" HTMLElement in the stable types
#20485
Labels
element
in classic components no longer is a "normal" HTMLElement in the stable types
#20485
🐞 Describe the Bug
Check the repro.
🔬 Minimal Reproduction
Repo.
Run
npm install
and then./node_modules/.bin/tsc
.😕 Actual Behavior
Type error on
dispatchEvent
.🤔 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: