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 075d967743 - Show all commits

View File

@@ -15,7 +15,7 @@ export class ReffuseContext<R> {
const value = React.useMemo(() => Effect.context<R>().pipe(
Effect.provide(props.layer),
Runtime.runSync(runtime),
), [runtime, props.layer])
), [props.layer, runtime])
return (
<this.Context