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
Oh I think I'm bike shedding a bit. The easiest way is to add JSON.stringify.. I'm thinking for people who log very large objects they might want to customise this. I personally don't have this use case, so I would be totally comfortable with simple JSON.stringify.
Currently, if object is logged to the console you see:
cons:info ⓘ [object Object]
.It would be great if it would display contents of the object instead. A few ideas:
JSON.stringify
would be sufficientThe text was updated successfully, but these errors were encountered: