From f40336937bc383339d69e279fce81048e52034bb Mon Sep 17 00:00:00 2001 From: Travis Date: Fri, 12 Jan 2024 14:42:24 -0600 Subject: [PATCH] commiting console to understand the difference between local and deployed --- src/stores/AppStore.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js index 9f8fdf0e0..6928d5510 100644 --- a/src/stores/AppStore.js +++ b/src/stores/AppStore.js @@ -881,6 +881,7 @@ export default types let node; while ((node = children?.shift())) { + console.log(node.annotations?.[0].trackedState.areas); try { destroy(node); } catch (e) {