Pablo Enzo Zanitti
Results
2
issues of
Pablo Enzo Zanitti
### Expected Result All instances of `length` in the docs should have been renamed to `minLength`. ### Actual Result Validation Rules no longer mention `length` as a rule. No examples...
Docs Issue
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....