Changes in `Effect.all({})` causing type errors
did something about
runs fine, but compiler is getting confused? array form
Effect.all({}) change, or did i break something? when starting a new project, using "typescript": "^5.2.2" and "effect": "2.0.0-next.55", the following errors occur:runs fine, but compiler is getting confused? array form
Effect.all([]) works as expected.