Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Broken JS Console Output for Objects and Arrays

Open paulkanja opened this issue 1 year ago • 4 comments

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: Screenshot_20240812-134436

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?

paulkanja avatar Aug 12 '24 10:08 paulkanja

If it's working, don't touch it lol

sebastianjnuwu avatar Aug 13 '24 02:08 sebastianjnuwu

For me, the opposite happens. I go to sleep, when it dawns, the problems continue.

sebastianjnuwu avatar Aug 13 '24 02:08 sebastianjnuwu

is that issue solved ?

ByteJoseph avatar Aug 27 '24 11:08 ByteJoseph

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.

paulkanja avatar Aug 27 '24 18:08 paulkanja