From 935a6f9e87e341d0694f1070ae05d3438e49e586 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Wed, 23 Jul 2025 03:34:20 +0200 Subject: [PATCH] Fix --- packages/effect-fc/src/Component.ts | 1 - 1 file changed, 1 deletion(-) 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>()