I have an object which has key like Assigned_To.Name:"Maxicus" but when I try to access it in my JSX code then it treat my key like Assigned_To and then Name which means blank string. How can I access it combine ?
I have an object which has key like Assigned_To.Name:"Maxicus" but when I try to access it in my JSX code then it treat my key like Assigned_To and then Name which means blank string. How can I access it combine ?