Open brunolemos opened 3 years ago
I expected it to log an array of objects like this:
But it's logging like this, I don't see the values:
"type": "object", "subtype": "array", "className": "Array", "description": "Array(3)", "objectId": "900438881928784280.13.19", "preview": { "type": "object", "subtype": "array", "description": "Array(3)", "overflow": false, "properties": [ { "name": "0", "type": "object", "value": "Sc" }, { "name": "1", "type": "object", "value": "Sc" }, { "name": "2", "type": "object", "value": "Sc" } ] } }
How to?
I expected it to log an array of objects like this:
But it's logging like this, I don't see the values:
How to?