0.1.2 #3

Merged
Thilawyn merged 28 commits from next into master 2025-07-23 21:28:25 +02:00
Showing only changes of commit 935a6f9e87 - Show all commits

View File

@@ -35,7 +35,6 @@ const ComponentProto = Object.freeze({
commit: Effect.fnUntraced(function* <E, R, P extends {}>(this: Component<E, R, P>) {
const self = this
const runtimeRef = React.useRef<Runtime.Runtime<Exclude<R, Scope.Scope>>>(null!)
runtimeRef.current = yield* Effect.runtime<Exclude<R, Scope.Scope>>()