Skip to content

Callback method to resolve image url from the list of complex object array #17

@anandchakru

Description

@anandchakru

If images are in this format.

[{ "url":"https://example.com/awesome-image.jpg",
  "name": "Awesome Image"
 },{ "url":"https://example.com/funny-image.jpg",
  "name": "Funny Image"
}]

There is no way to render images correctly, the component is trying to render it as https://example.com/[object%20Object]

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