I have an array of objects and I am trying to destructure it so that I can directly use the property names in react-table
's column's accessor
property.
This is the raw JSON which is actually being fetched via an API call.
Not sure, where I am going wrong though.