Problem with the order of the attributes
Opened this issue · 6 comments
From today I noticed that the attributes are disordered (previously shown in alphabetical order). This makes it very difficult to find attributes in very large contexts. Is there any way to solve it? Thanks for all. Regards.
I have the same issue mentioned above. It started to happen today.
Thanks
I forked the repository and modified the code to show the correctly ordered attributes.
You can access HERE
Regards.
Nice job, it's working fine now! Thank you very much.
Regards.
Hi,
Just giving some update: I've noticed that when I try to do some console.log, the order of objects are also incorrect. This issue is related to some Chrome update. To confirm my suspicious, I've done a rollback. Currently Chrome latest stable version is 79 so I installed version 78 and disable automatic updates. After that, the attributes got into the correct order.
Regards.