Cleanup
All checks were successful
Lint / lint (push) Successful in 15s

This commit is contained in:
Julien Valverdé
2025-06-29 19:35:43 +02:00
parent 6fa73ee33f
commit 2b78d4dc49
2 changed files with 65 additions and 54 deletions

View File

@@ -27,7 +27,7 @@ class TestService extends Effect.Service<TestService>()("TestService", {
const MyTestComponent = Effect.fn(function* MyTestComponent(props?: { readonly value?: string }) {
const [state, setState] = React.useState("value")
// yield* ReactHook.useMemo(() => Effect.andThen(
// yield* ReactHook.useEffect(() => Effect.andThen(
// Effect.addFinalizer(() => Console.log("MyTestComponent umounted")),
// Console.log("MyTestComponent mounted"),
// ), [])