Reputation: 131
I am trying to access the words from the className muichip label.
I returned 14 results which are undefined in the console log. But I am not to sure why they are not returning back as a string? Can anyone help me?
const unitTests = unitTestTemplates.map((item) => {
console.log(document.getElementsByClassName("MuiChip-label").innerHTML)
}
Upvotes: 0
Views: 931