The link opens but not in a new tab.I am trying to have this link open in a new tab so users don't have to leave my site. I am using target="_blank"
but it is not working
<BottomNavigation className={classes.root}>
<BottomNavigationAction
label="Instagram"
rel="noopener noreferrer"
href="https://www.instagram.com/_vhub/"
target="_blank"
icon={
<img
src="https://res.cloudinary.com/dvqyek3sb/image/upload/v1566370518/instagram_hmfqj5.png"
alt="Instagrm"
/>
}
/>
<BottomNavigationAction />
otherwise there is no way of telling why the <a> is not getting the target prop. – FreakyBottomNavigationAction
and there is no prop for href OR target so how can it possibly work?! – Freaky