I'm trying to build a sidebar using this https://ui.mantine.dev/category/navbars/ (the second one), each item is an UnstyledButton.
I'm passing them the react-router NavLink as the component prop, it works wonders, but they are not highlighted as active when the route is active.
It gets the aria-current="page" prop and the class active added but nothing happens.
(the first one in the image is the one matching the current active route)