Merge pull request #1856 from RafaelTaranto/fix/id-routing

chore: console.log debug leftovers
This commit is contained in:
Rafael Taranto 2025-05-19 13:32:49 +01:00 committed by GitHub
commit 7f6f301008

View file

@ -35,7 +35,6 @@ const Link = ({
const [isActive] = useRoute(props.to)
const isParentActive = isParent && location.startsWith(props.to)
if (isActive || isParentActive) setActive(item)
console.log(location, isParentActive, isParent, location.startsWith(props.to))
const classNames = classnames({
[className]: true,