Andrei Picus
Andrei Picus
### Description We use factories to create machines with parameters that are then invoked from other machines. Typegen is unhappy when the invoke function returns a machine from the factory,...
Cypress makes it clear in their UI if a network request is mocked:  Moreover, it shows all the mocks in a special section:  Read more at https://docs.cypress.io/guides/guides/network-requests. ----...
### pnpm version: 8.6.7 ### Code to reproduce the issue: ```sh pnpm init echo strict-peer-dependencies=true > .npmrc echo auto-install-peers=false >> .npmrc ``` ```sh pnpm add react-dom echo $? ``` ```sh...
`@xstate/cli` [depends on @xstate/tools-shared](https://github.com/statelyai/xstate-tools/blob/c87d412f13441091d27eba6c90b214d8da867621/apps/cli/package.json#L22), which in turn has a [peer dependency on prettier](https://github.com/statelyai/xstate-tools/blob/c87d412f13441091d27eba6c90b214d8da867621/packages/shared/package.json#L14). Installing `@xstate/cli` with yarn@3 prints a peer dependency warning ``` ➤ YN0002: │ @xstate/cli@npm:0.3.3 doesn't provide prettier...
### Description We use factories to create machines with parameters that are then invoked from other machines. Typegen is unhappy when the invoke function returns a machine from the factory,...