diff --git a/packages/effect-fc/src/Component.ts b/packages/effect-fc/src/Component.ts index 1ebd387..2bd8c6c 100644 --- a/packages/effect-fc/src/Component.ts +++ b/packages/effect-fc/src/Component.ts @@ -35,7 +35,6 @@ const ComponentProto = Object.freeze({ commit: Effect.fnUntraced(function* (this: Component) { const self = this - const runtimeRef = React.useRef>>(null!) runtimeRef.current = yield* Effect.runtime>()