Hello Mikey!
[object Object]
is the default value that you get when trying to stringify an object.
To debug this I recommend console logging the object, this will show you all the properties that it contains!
undefined
means you are trying to access something that is not defined (hence the name),
To fix this, once again: try to log the entire object and then navigating yourself from there!
Hope this helped :)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…