Fix
All checks were successful
Lint / lint (push) Successful in 13s

This commit is contained in:
Julien Valverdé
2025-03-28 20:30:31 +01:00
parent aa46ecc82d
commit e17f945666

View File

@@ -75,7 +75,7 @@ const makeProvider = <R>(Context: React.Context<Context.Context<R>>): ReactProvi
} }
export type AsyncReactProvider<R> = React.FC<{ export type AsyncReactProvider<R> = React.FC<{
readonly layer: Layer.Layer<R, unknown> readonly layer: Layer.Layer<R, unknown, Scope.Scope>
readonly options?: { readonly options?: {
readonly scope?: Scope.Scope readonly scope?: Scope.Scope
readonly finalizerExecutionStrategy?: ExecutionStrategy.ExecutionStrategy readonly finalizerExecutionStrategy?: ExecutionStrategy.ExecutionStrategy