0.2.4 #38

Merged
Thilawyn merged 44 commits from next into master 2026-03-16 00:30:17 +01:00
Showing only changes of commit 46d7aacc69 - Show all commits

View File

@@ -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>[]
/** /**