You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am using rebrowser-playwright package version 1.47.100, and I decided to convert my project to TypeScript.
While the code executes just fine, some classes are marked red and shows errors if I hover over them, and are a bit distracting.
An example code:
the "Browser" interface import is marked as an error by jetbrains IDE: TS2305: Module "rebrowser-playwright" has no exported member Browser
at playwright.chromium.launch, the chromium keyword is also marked red, and shows this error when hovered: TS2339: Property chromium does not exist on type "typeof import("C:/Users/user/IdeaProjects/playwright-real-browser/node_modules/rebrowser-playwright/index")"
It's not very important since the code runs, but it would be nice if it could be fixed
The text was updated successfully, but these errors were encountered:
Hello, I am using rebrowser-playwright package version 1.47.100, and I decided to convert my project to TypeScript.
While the code executes just fine, some classes are marked red and shows errors if I hover over them, and are a bit distracting.
An example code:
the "Browser" interface import is marked as an error by jetbrains IDE:
TS2305: Module "rebrowser-playwright" has no exported member Browser
at playwright.chromium.launch, the chromium keyword is also marked red, and shows this error when hovered:
TS2339: Property chromium does not exist on type "typeof import("C:/Users/user/IdeaProjects/playwright-real-browser/node_modules/rebrowser-playwright/index")"
It's not very important since the code runs, but it would be nice if it could be fixed
The text was updated successfully, but these errors were encountered: