containerSeemsToBeEmptyDomElement
does not check correctly for lib.dom.d.ts
#61466
Labels
Milestone
π Search Terms
"compiler option to include", "containerSeemsToBeEmptyDomElement"
π Version & Regression Information
β― Playground Link
https://github.com/frodi-karlsson/lib-dom-example
π» Code
π Actual behavior
Property 'innerText' does not exist on type 'HTMLXYZElement'. Try changing the 'lib' compiler option to include 'dom'.
π Expected behavior
Property 'innerText' does not exist on type 'HTMLXYZElement'.
Additional information about the issue
Bit of a duplicate of #54484 which did not have sufficient adherence to issue template. Noticed by @jakebailey here
There's a check for "dom" that should be "lib.dom.d.ts"
The text was updated successfully, but these errors were encountered: