This commit is contained in:
@@ -99,6 +99,11 @@ export interface ComponentOptions {
|
|||||||
*/
|
*/
|
||||||
readonly displayName?: string
|
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>[]
|
readonly nonReactiveTags: readonly Context.Tag<any, any>[]
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user