From 2f118c5f9856cf9efafba599526c0f21b9566b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Tue, 10 Mar 2026 20:49:13 +0100 Subject: [PATCH] Fix --- packages/effect-fc/src/Component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/effect-fc/src/Component.ts b/packages/effect-fc/src/Component.ts index 63ce0d5..ac5e8f9 100644 --- a/packages/effect-fc/src/Component.ts +++ b/packages/effect-fc/src/Component.ts @@ -88,7 +88,7 @@ const use = Effect.fnUntraced(function*

[] + readonly nonReactiveTags: readonly Context.Tag[] /** * Specifies the execution strategy for finalizers when the component unmounts or its scope closes.