Adrian Tucci
Adrian Tucci
> @adriangiulianotucci try to use [custom link](https://www.npmjs.com/package/react-router-hash-link#user-content-custom-link) (genericHashLink) Hmmm nope I did this and the result is the same: ``` import { NavHashLink } from "react-router-hash-link"; import { genericHashLink }...
> @adriangiulianotucci try this > > ``` > import {Link} from 'react-router-dom'; > > const MyHashLink = genericHashLink(Link); > > > Button > > ``` Yes, it does work but...
> @adriangiulianotucci seems like there is no same function for NavHashLink (`genericNavHashLink`), only for HashLink: https://github.com/rafgraph/react-router-hash-link#custom-link Yep that's what I thought. I'll keep this open just in case. Thanks for...