Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
commiting console to understand the difference between local and depl…
Browse files Browse the repository at this point in the history
…oyed
  • Loading branch information
Travis1282 committed Jan 12, 2024
1 parent a751fe5 commit f403369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/AppStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f403369

Please sign in to comment.