chore: restore production release gate

This commit is contained in:
2026-08-23 22:35:11 +05:30
parent d26403fce2
commit 2d1cda0eab
15 changed files with 188 additions and 46 deletions
+1 -1
View File
@@ -3175,7 +3175,7 @@ function __wrnProp(v: unknown): string {
function renderPageComponentAttr(
attr: Attr,
dynamicExpressions: string[],
reactive: PageReactive | null,
_reactive: PageReactive | null,
): string {
if (attr.event) {
return ` ${componentEventAttribute(attr.name)}="${attrEscape(attr.value)}"`;