Refactor
Lint / lint (push) Successful in 15s

This commit is contained in:
Julien Valverdé
2026-06-23 04:08:49 +02:00
parent a86cb7e024
commit 65fcfb395e
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export const ComponentImplPrototype: ComponentImplPrototype<any, any> = Object.f
contextRef: React.RefObject<Context.Context<Exclude<R, Scope.Scope>>>,
) {
return (props: P) => Effect.runSyncWith(contextRef.current)(
Effect.andThen(
Effect.flatMap(
useScope([], this),
scope => Effect.provideService(this.body(props), Scope.Scope, scope),
)