js objects not displaying property on console log
-
So, I'm working on a web app, and as the code isn't mine I have to analyse a lot the code, so I try to console log objects and it doesn't display them fully, there is the small arrow to expand but when I click on it, it just show me the little "i" icon for info and doesn't display more. It happens with every object, and I've tested it on firefox and it works property, can someone help me?
-
@AlexMagne works for me.
Which Vivaldi?
Any extra extensions for developer tools in use?
How do you access the JS objects (explanation)? -
- I've got Vivaldi 5.3.2679.70 if that's your question
- I do have the react developer tools
- What I mean is in my js code I put
console.log(object);
and in firefox for exemple it shows me its properties and if there are too many it shows an arrow so that I can expand it for more info, in vivaldi there is the same small arrow for expanding but it doesn't work
That's without expanding :
And "expanded" (but it doesn't work I know there is a lot more information) :
There is just this small "i" icon that says "This value was evaluated upon first expanding ..."
-
@AlexMagne Works for me.
I have to test more.
Which extension (URL) is react developer tools?
This? https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi -
@DoctorG Yeah that's the one. What's weird is that when I tried
console.log(window);
it worked just fine, but slower than yours, maybe it's just very slow? I know there is a very large amount of data in that object. It's just weird as in firefox is instantaneous -
@AlexMagne Wprks for me slighly slower after installed React Developer Tools.
I try to find a react site to test more.
https://reactjs.org/blog/2019/08/15/new-react-devtools.html
Work to show Components tab and in Console withconsole.log(window)
. -
@DoctorG Well, I guess is chromium in general, I just tested it in chrome, same results, I will check the website out, thank you so much DoctorG!
-
@AlexMagne If you can create a testcase (only with react Developer Tools as extension!, and a video if you've ability), then report that to report bug to Vivaldi tracker to let it check internally.