Hey guys I am struggling with the NavHashLink component. Im using something like this:
<NavHashLink smooth activeClassName="active" to="/#work">
Button
</NavHashLink>
And I find two warnings in my console:
- React does not recognize the
isActive prop on a DOM element.
- React does not recognize the
activeClassName prop on a DOM element.
Can someone help me? Thanks!
Hey guys I am struggling with the NavHashLink component. Im using something like this:
And I find two warnings in my console:
isActiveprop on a DOM element.activeClassNameprop on a DOM element.Can someone help me? Thanks!