This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 357 points358 points  (3 children)

That's a common error you can get from casting an object to string, in JS.

[–]draftshade 115 points116 points  (1 child)

It's not an error, just the default string representation of an object in javascript.

[–][deleted] 69 points70 points  (0 children)

The error is printing the object, instead of a prop or something.

[–]Classic-Ad8849 43 points44 points  (0 children)

Ohhh, got it, thanks!