All of my property values require me to click them in order to see them. How can I fix this?
The object I\'m trying to view is this Query Object. It seems to
You can try putting it through JSON stringify which will call all the getters:
console.log(JSON.parse(JSON.stringify(myObj)));