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

This commit is contained in:
Julien Valverdé
2025-07-12 01:58:26 +02:00
parent 3a68192a73
commit e812175177

View File

@@ -22,9 +22,9 @@ export namespace Component {
}
const ComponentProto = {
const ComponentProto = Object.seal({
pipe() { return Pipeable.pipeArguments(this, arguments) }
} as const
} as const)
const nonReactiveTags = [Tracer.ParentSpan] as const