Skip to content

Commit f68aebb

Browse files
authored
Switch _contextRef and _id (#4632)
1 parent b5eecc2 commit f68aebb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mangle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"$_globalContext": "__n",
6363
"$_context": "c",
6464
"$_defaultValue": "__",
65-
"$_id": "__l",
66-
"$_contextRef": "__c",
65+
"$_id": "__c",
66+
"$_contextRef": "__l",
6767
"$_parentDom": "__P",
6868
"$_originalParentDom": "__O",
6969
"$_prevState": "__u",

0 commit comments

Comments
 (0)