0.1.0 #1

Merged
Thilawyn merged 87 commits from next into master 2025-01-18 00:54:42 +01:00
Showing only changes of commit 2adc6ed186 - Show all commits

View File

@@ -77,7 +77,7 @@ export class Reffuse<R> {
return React.useEffect(() => { return React.useEffect(() => {
const scope = Scope.make().pipe( const scope = Scope.make().pipe(
Effect.tap(scope => Scope.use(effect, scope)), Effect.tap(scope => Effect.provideService(effect, Scope.Scope, scope)),
runSync, runSync,
) )