From 3ff5f50e18da99ea05ace253740584ca0a97fa47 Mon Sep 17 00:00:00 2001 From: Ryan Christian <33403762+rschristian@users.noreply.github.com> Date: Thu, 30 Jan 2025 01:13:46 -0600 Subject: [PATCH] fix: Typo in `_hasScuFromHooks` mangle (#4645) --- mangle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mangle.json b/mangle.json index 1ab0282112..2d15afef53 100644 --- a/mangle.json +++ b/mangle.json @@ -25,7 +25,7 @@ "props": { "cname": 6, "props": { - "$__hasScuFromHooks": "__f", + "$_hasScuFromHooks": "__f", "$_listeners": "l", "$_cleanup": "__c", "$__hooks": "__H",