Skip to content

Nested array of objects #115

@IslandRhythms

Description

@IslandRhythms

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" }
  ]
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions