Why is my CSS being significantly altered by the React Router Link? Is there a way to prevent the Link from affecting the styling?
Without Link:
https://i.sstatic.net/ZoVEq.jpg
With Link: https://i.sstatic.net/84qRS.jpg
This is the code for the Link. It does not have any style properties.
<Link to={`/link/${item.id}`}>
style={{textDecoration: 'none'}}