Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-23 03:34:20 +02:00
parent 7fdb2a799c
commit 935a6f9e87

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>>()