You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2018. It is now read-only.
Expanding JSON payloads or inspecting them in the JSON tab seems to wreck JS falsy values (notably 0 and null) and display them as quoted empty strings ("").
For example, observe how the objectId and alert properties change as the tree is expanded:
Demonstrated in WebSocket Monitor 0.6.4 on FF dev edition 52.0a2.
Is all the TreeView behavior coming from the Firebug SDK? I don't know enough about extensions or React to trace the functionality very quickly here...
The text was updated successfully, but these errors were encountered:
Yep, the TreeView behavior is from the Firebug SDK, so you should open a bug over there. When it is fixed in the SDK we can bump the version of the version in Websocket Monitor
Wait. It turns out this was fixed a while ago firebug/firebug.sdk#20, but no new version was released! I'll make an issue to see if we can get it bumped
Expanding JSON payloads or inspecting them in the JSON tab seems to wreck JS falsy values (notably
0
andnull
) and display them as quoted empty strings (""
).For example, observe how the
objectId
andalert
properties change as the tree is expanded:Demonstrated in WebSocket Monitor 0.6.4 on FF dev edition 52.0a2.
Is all the
TreeView
behavior coming from the Firebug SDK? I don't know enough about extensions or React to trace the functionality very quickly here...The text was updated successfully, but these errors were encountered: