diff --git a/packages/effect-fc/src/Component.ts b/packages/effect-fc/src/Component.ts index 297cd38..dd1524f 100644 --- a/packages/effect-fc/src/Component.ts +++ b/packages/effect-fc/src/Component.ts @@ -55,7 +55,7 @@ const ComponentProto = Object.freeze({ this: Component
) {
const self = this
- // biome-ignore lint/style/noNonNullAssertion: context initialization
+ // biome-ignore lint/style/noNonNullAssertion: React ref initialization
const runtimeRef = React.useRef