Closed ricardoalcantara closed 1 year ago
When trying to use Link style with A link to navigate it's loosing the style
import { Link } from '@suid/material' import { A } from '@solidjs/router' ... <Link underline="none" component={A} href={props.route}>link </Link> ...
When inspecting the element you can see that the sx get some dirty:
<a link="" href="/register" class="MuiTypography-root MuiTypography-body2 MuiLink-root MuiLink-underlineAlways css-879kdd inactive" sx="[object Object],[object Object],[object Object]">Don't have an account? Sign Up</a>
Closed via 7c1cec6f50d6dfbadf11cc96a28f01c15732240f.
When trying to use Link style with A link to navigate it's loosing the style
When inspecting the element you can see that the sx get some dirty: