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
Just ran into this issue myself, but for whatever reason, it isn't working for me... If it's of any help, the output of ctrl+shift+p Deno: Info is: deno 2.2.2 (release, x86_64-pc-windows-msvc) | vscode_deno 3.43.4 | vscode 1.97.2 @ThatBlockyPenguin Can you open a new issue with a reproduction and more details about the problem?
Just ran into this issue myself, but for whatever reason, it isn't working for me... If it's of any help, the output of ctrl+shift+p Deno: Info is:
ctrl+shift+p
Deno: Info
deno 2.2.2 (release, x86_64-pc-windows-msvc) | vscode_deno 3.43.4 | vscode 1.97.2
@ThatBlockyPenguin Can you open a new issue with a reproduction and more details about the problem?
Originally posted by @nathanwhit in #27569
I certainly can! I'm reporting this issue from a different computer (with the same issue).
deno 2.2.3 (release, x86_64-unknown-linux-gnu) | vscode_deno 3.43.5 | vscode 1.98.0
My specific Linux distro is Manjaro Linux.
import { useEffect } from "react"; const foo: string = useEffect; // this assignment should report a type error, but doesn't console.log(foo);
deno add npm:react
The text was updated successfully, but these errors were encountered:
Ah, you need to deno add npm:@types/react as well.
deno add npm:@types/react
I have a WIP change to have a diagnostic in the editor that can do it for you: #28216
Sorry, something went wrong.
smacks forehead of course you do! I genuinely can't believe I forgot to check that!
This very situation tells me that that's going to be very very useful. Sorry for wasting your time, and thanks a bunch!
No branches or pull requests
Originally posted by @nathanwhit in #27569
I certainly can!
I'm reporting this issue from a different computer (with the same issue).
System info
My specific Linux distro is Manjaro Linux.
Steps to Reproduce:
deno add npm:react
.The text was updated successfully, but these errors were encountered: