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

This commit is contained in:
Julien Valverdé
2026-03-10 20:49:13 +01:00
parent 0ba00a0b4f
commit 2f118c5f98

View File

@@ -88,7 +88,7 @@ const use = Effect.fnUntraced(function* <P extends {}, A extends React.ReactNode
}), }),
Equivalence.array(Equivalence.strict()), Equivalence.array(Equivalence.strict()),
)))[0](Array.from( )))[0](Array.from(
Context.omit(...self.nonReactiveTags ?? [])(runtimeRef.current.context).unsafeMap.values() Context.omit(...self.nonReactiveTags)(runtimeRef.current.context).unsafeMap.values()
)) ))
}) })
@@ -99,7 +99,7 @@ export interface ComponentOptions {
*/ */
readonly displayName?: string readonly displayName?: string
readonly nonReactiveTags?: readonly Context.Tag<any, any>[] readonly nonReactiveTags: readonly Context.Tag<any, any>[]
/** /**
* Specifies the execution strategy for finalizers when the component unmounts or its scope closes. * Specifies the execution strategy for finalizers when the component unmounts or its scope closes.