Resolve a tag as child of a tag with use of both next link and mui link
Warning: validateDOMNesting(...): cannot appear as a descendant of .
<NextLink
href={"https://studieinfo.liu.se/en/kurs/" + course.courseCode}
target="_blank"
referrerPolicy="no-referrer"
>
<Link color={"inherit"}>{course.courseCode}</Link>
</NextLink>