Refactor
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-10-23 23:01:27 +02:00
parent 03eca8a1af
commit 6ae311cdfd
4 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ export const useSubscribables: {
Stream.runForEach(v =>
Effect.sync(() => setReactStateValue(v))
),
)), elements, { finalizerExecutionMode: "fork" })
)), elements)
return reactStateValue as any
})