Skip to content

Commit 8aceecd

Browse files
rschristianJoviDeCroock
authored andcommitted
fix: Mangle _listeners as __l instead of l (#4463)
1 parent 4f00bb3 commit 8aceecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mangle.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"cname": 6,
2727
"props": {
2828
"$_hasScuFromHooks": "__f",
29-
"$_listeners": "l",
29+
"$_listeners": "__l",
3030
"$_cleanup": "__c",
3131
"$__hooks": "__H",
3232
"$_hydrationMismatch": "__m",

0 commit comments

Comments
 (0)