Skip to content
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

[7.0.1] Missing types on import #6829

Closed
spinlud opened this issue Feb 7, 2021 · 3 comments
Closed

[7.0.1] Missing types on import #6829

spinlud opened this issue Feb 7, 2021 · 3 comments

Comments

@spinlud
Copy link

spinlud commented Feb 7, 2021

  • Puppeteer version: 7.0.1
  • Node.js version: 12.x
import { Browser, BrowserContext, Request } from 'puppeteer';  // <--- Missing types

With the new version, what is the right way to import puppeteer types?

@SProst
Copy link

SProst commented Feb 8, 2021

This is possibly a duplicate of #6816 and tangentially related to #6820.

@fardolieri
Copy link

This seems to be fixed with version 7.0.4

@spinlud
Copy link
Author

spinlud commented Feb 9, 2021

[7.0.4] Seems now it can't find only Request:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants