How do I access key in object in JSX?

Viewed 16

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 ?

0 Answers
Related