I have following code:
export class Highlights extends React.Component { render() { return ( {JSON.string
export class Highlights extends React.Component { render() { const { data } = this.props.highlights_data; return ( { Object.keys(data).map((e, i) => { }); } ) } }