@@ -77,7 +77,7 @@ export class Reffuse<R> {
|
||||
|
||||
return React.useEffect(() => {
|
||||
const scope = Scope.make().pipe(
|
||||
Effect.tap(scope => Scope.use(effect, scope)),
|
||||
Effect.tap(scope => Effect.provideService(effect, Scope.Scope, scope)),
|
||||
runSync,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user