I am using react data table component which requires me to install styled component.
The moment i render the DataTable after passing the columns and data prop, I get various errors on my console saying there is a problem with some of the props im using such as the isActive. Meanwhile, I am actually not using that prop anywhere in my code