Javascript – Having two .map functions in React component and the second one gives the error 'Each child in a list should have a unique "key" prop.'
I'm getting an error that each child in a list should have a unique "key" prop. The error only appears on the second .map function. import React from 'react' import { Table } from 'react-bootstrap' const ActivityTable = () =>…