JSFiddle - React, Tailwind, and code Playground
by John Wick
JavaScript
const allTags = [
{
"id": "64b64891eec39b2fe53a0ca7",
"tenantId": "6156b3859471dd19476a28d9",
"tagName": "AAA",
"priority": 1,
"tableData": {
"id": 0
}
},
{
"id": "64b648c7eec39b2fe53a0ca8",
"tenantId": "6156b3859471dd19476a28d9",
"tagName": "BBB",
"priority": 2,
"tableData": {
"id": 1
}
}
]
console.log({ ...allTags.map((tag) => tag.tagName) })