I'm getting this warning when using <NavHashLink /> from the react-router-hash-link NPM package, like this:
<NavHashLink to='#contact' className='btn btn-primary'>
Everything is working as intended but I would like to know what's causing this error and how to avoid it.
I have a related issue using 'NavHashLink' with react router v6 and i get rid of the problem by simply using 'HashLink' like this :
hope it will help!