aidenybai / react-scan

Scan for React performance issues and eliminate slow renders in your app
https://react-scan.com
MIT License
7.16k stars 78 forks source link

Bypass ERR_CERT_AUTHORITY_INVALID #46

Open pzanitti opened 3 days ago

pzanitti commented 3 days ago

Running a local project with self-signed cert fails to open the browser.

page.goto: net::ERR_CERT_AUTHORITY_INVALID at https://foo

I can add ignoreHTTPSErrors: true to contextOptions in https://github.com/aidenybai/react-scan/blob/main/src/cli.mts#L105 to get it to open.

Any official way to do this?

aidenybai commented 3 days ago

beautiful, thanks. will be pushed out in the next release