Add comments
Lint / lint (push) Successful in 16s

This commit is contained in:
Julien Valverdé
2026-03-10 20:51:04 +01:00
parent 2f118c5f98
commit 46d7aacc69
+5
View File
@@ -99,6 +99,11 @@ export interface ComponentOptions {
*/
readonly displayName?: string
/**
* Context tags that should not trigger component remount when their values change.
*
* @default [Tracer.ParentSpan]
*/
readonly nonReactiveTags: readonly Context.Tag<any, any>[]
/**