-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
[REGRESSION][1.9.0]: Cannot find module 'electron' or its corresponding type declarations #5585
Comments
The fix was merged in v1.9.1 and 1.9.1 is live! |
Can verify it works! |
Thanks @aslushnikov! |
Breaks in 1.10.0 |
odd. we're using 1.10.0 and no issue. re-verify the local version. |
Re-verified local version. 1.10.0.
|
Last working version for me was 1.8.0. Even 1.9.1 doesn't work. I get the same error. |
that doesn't look like a type error. which tool/lib is giving you this error? |
esbuild |
ah, might want to open a separate issue and give exact steps to reproduce, expected behavior, etc... |
@AviVahl will do that! thanks. |
Still happening to me, playwright-core 1.20, building using
|
@mikejackowski |
Context:
playwright-core
.skipLibCheck
is not turned on.Code Snippet
Describe the bug
After upgrading to the new version, I see the following type errors when using playwright-core programmatically:
The text was updated successfully, but these errors were encountered: