Broken JS Console Output for Objects and Arrays
I've been using the app for the past few years and the JS console has been working fine. However, today when I tried inspecting a few objects (an empty array using [], an empty Set using new Set(), etc) it shows [object HTMLElement] instead of the data:
Based on the output, I believe the console may be serializing the passed HTML elements instead of rendering them correctly
Edit: After struggling with the problem for a bit, I put down the app for a few hours. I opened it again and now it just... works?
If it's working, don't touch it lol
For me, the opposite happens. I go to sleep, when it dawns, the problems continue.
is that issue solved ?
is that issue solved ?
It has not occured again for me. However, the app does sometimes do weird stuff like that and I'm not sure if it is a loading issue that corrupts the app or something else.