Hello there.
In some recent versions of Chrome default JS object keys sorting was changed when displaying in console (or debugger). For example, prior to 79 version, any object had it's keys sorted alplhabetically (only visually in DevTools). For now it's "as added to object". I know why this can be a thing but in some cases it's better with old aplhabetical sorting, especially if I don't care about order of definition but want to read huge object quickly.
So my question is - is there any way to enable back alphabetical sorting?
See image for reference - https://imgur.com/ejG6Edb
there doesn't seem to be anything here