Skip to content

Commit fcfd6e4

Browse files
rschristianJoviDeCroock
authored andcommitted
fix: Mangle _listeners as __l instead of l (#4463)
1 parent 52b8172 commit fcfd6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mangle.json

Lines changed: 1 addition & 1 deletion
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)