We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As title describes
typeof undefined
Happened in nightly
https://www.typescriptlang.org/play?ts=4.3.0-dev.20210213#code/C4TwDgpg9gZgBAIgXAvGuBXAdgEwjASywhyA
typeof "" === undefined
Nothing
undefined is not comparable with string
The text was updated successfully, but these errors were encountered:
Duplicate of #29405 / #29200. Used search terms: typeof undefined in:title
typeof undefined in:title
Sorry, something went wrong.
oh, I didn't search them in closed issues. let me read it
No branches or pull requests
Bug Report
As title describes
π Search Terms
typeof undefined
π Version & Regression Information
Happened in nightly
β― Playground Link
https://www.typescriptlang.org/play?ts=4.3.0-dev.20210213#code/C4TwDgpg9gZgBAIgXAvGuBXAdgEwjASywhyA
π» Code
π Actual behavior
Nothing
π Expected behavior
undefined is not comparable with string
The text was updated successfully, but these errors were encountered: