JSFiddle - React, Tailwind, and code Playground
JavaScript
const product = {
attributes: {
provider: {}
}
}
console.log(product?.attributes?.provider);
const product = {
attributes: {
provider: {}
}
}
console.log(product?.attributes?.provider);