Update actions/checkout action to v7 - autoclosed #53

Closed
renovate-bot wants to merge 36 commits from renovate/actions-checkout-7.x into master
Showing only changes of commit 1cead4bb7b - Show all commits
+3 -2
View File
@@ -50,8 +50,9 @@ const CounterValueView = Component.make("CounterValue")(function* () {
})
```
If state belongs to a single Effect-FC component instance but still benefits
from Lens/Subscribable APIs, create it with `Component.useOnMount`:
If state belongs to a single Effect-FC component instance, or to a shallow
hierarchy of subcomponents that receive it through props, create it with
`Component.useOnMount`:
```tsx
import { Effect, SubscriptionRef } from "effect"