From f68aebbfdf91e593338f36e1f7240b24de9c6b51 Mon Sep 17 00:00:00 2001 From: Jovi De Croock Date: Wed, 15 Jan 2025 08:42:23 +0100 Subject: [PATCH] Switch _contextRef and _id (#4632) --- mangle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mangle.json b/mangle.json index 8c518f89fe..1ab0282112 100644 --- a/mangle.json +++ b/mangle.json @@ -62,8 +62,8 @@ "$_globalContext": "__n", "$_context": "c", "$_defaultValue": "__", - "$_id": "__l", - "$_contextRef": "__c", + "$_id": "__c", + "$_contextRef": "__l", "$_parentDom": "__P", "$_originalParentDom": "__O", "$_prevState": "__u",