Update dependency vitest to v4 - autoclosed #52

Closed
renovate-bot wants to merge 40 commits from renovate/major-vitest-monorepo into master
Showing only changes of commit 241d489b0c - Show all commits
+1 -2
View File
@@ -17,8 +17,7 @@ such as `Lens.fromSubscriptionRef`, and bind Lens values into components with
`Subscribable.useAll`.
`Subscribable` is the read-only side of this model. Every Lens is also a
Subscribable, so use `Subscribable.useAll` whenever a component only needs to
read reactive state.
Subscribable.
`effect-fc` re-exports the `Lens` and `Subscribable` modules from
[`effect-lens`](https://github.com/Thiladev/effect-lens) for convenience. The