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 b3ec1c4f49 - Show all commits

View File

@@ -15,6 +15,11 @@ export class Reffuse<R, ER> {
value={runtime} value={runtime}
/> />
) )
const context = runtime.runtimeEffect.pipe(
Effect.map(r => Layer.succeedContext(r.context)),
runtime.runSync,
)
} }
readonly Context: React.Context<ManagedRuntime.ManagedRuntime<R, ER>> readonly Context: React.Context<ManagedRuntime.ManagedRuntime<R, ER>>