-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested properties not showing up #21
Comments
+1 |
1 similar comment
+1 |
Hey, thanks for reporting this! I tried to replicate it, but wasn't able to. This is what I tried:
This is what I'm getting: Do you have repro steps? What Chrome version are you using? |
Interesting. When I follow your steps and use the console from the immutable page it looks like your screenshot. But in my own console I still see blank... this is my Chrome: Version 78.0.3904.70 (Official Build) (64-bit) Thank you for looking into it, at least it is not an insurmountable problem... |
Next question then: what version of Immutable are you using? |
"immutable": "3.8.1", |
Hmm, I still can't replicate it with that version. If you've got a public page where that issue happens, let me know. |
Thank you again Matt |
Great extension thank you so much Matt. I have had this issue for a few weeks now, when opening nested properties allI see is white. The work around is right clicking the object and selecting 'store as global variable' which can then be inspected at the bottom of the console. But this is inefficient... I have googled to see if others are having this issue and can't find any info - I know some other ppl are solving it the way I am right now too though. This does not happen with every object and I can't find the pattern for when it happens vs doesn't. This also happens when property values are extremely long and don't fit in the console window (resizing will fix it) but this isn't always the case.
Edit: I do think this has to do with line length. There are some values that are so long they would have to wrap even with the console window as wide as it can get and these are the ones that are not showing up.
The text was updated successfully, but these errors were encountered: