Sam Tsai
Sam Tsai
`onConfirm` is currently triggered before `setState` is called, to keep proper state with what is sent to `onConfirm`, `setState` should be called then `onConfirm`. This is to resolve #157
### Description When using `cypress-terminal-report` with `enableExtendedCollector` enabled and `@cypress/skip-test`, the test will fail with a CypressError if the skip check is done in a `before` hook. The error below...
- Closes #24512 ### User facing changelog Fix `@cypress/grep` types. Fixes #24512 ### Additional details When migrating `cypress-grep` to `@cypress/grep` some references were missed and with recent changes #24603 additional...
- Closes #27216 ### Additional details Though `fast-glob` 3.3.0 update exposes this error it's a consumer side concern. > The public interface of this package does not support a string...
**What**: Add ability to supply generic types similar to Cypress's API **Why**: This allows for further narrowing elements returned by queries in tests instead of just `HTMLElement` for every element...
Run: `npx find-cypress-specs --test-counts --update-badge` **Expected** New badge is created. **Actual** If either `e2e` or `component` is missing from `cypress.config.ts` file then an error will be thrown: `Error: Missing "component"...
Issue tracker is **ONLY** used for reporting bugs. New features should be discussed on our discord, in the #create-expo-stack channel. Followed the steps on the website with: pnpm, expo router,...
**Describe the bug** I think in the last few releases there's been a degradation in the import resolution for this package. I first encountered issues with "ReferenceError: exports is not...
This is the issue that others have faced: https://github.com/expo/expo/issues/31017 https://github.com/expo/expo/issues/30679