Anurag Kanwar
Results
1
comments of
Anurag Kanwar
I made a workaround : I am using current location's hash to determine the current active `HashNavLink` ```js import { useLocation } from "react-router-dom"; import { NavHashLink } from "react-router-hash-link";...