-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Currently if a value in the data in a nested array of objects, it prints [Object object]. Wondering if there's a work around or a fix coming?
Here is a sample object for you to test when investigating
const data = {
title: "Sample Object",
description: "This is a test object with various properties.",
tags: ["example", "test", "data"],
items: [
{ id: 1, name: "Item One", category: "A" },
{ id: 2, name: "Item Two", category: "B" },
{ id: 3, name: "Item Three", category: "A" }
]
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels