fridays / next-routes

Universal dynamic routes for Next.js
MIT License
2.47k stars 230 forks source link

How to add #hash value to a Link that is using route and params #165

Closed andy-viv closed 1 year ago

andy-viv commented 6 years ago

As per the title, I am trying to add a hash fragment to the resulting URL created by the route and params props. E.g:

<Link route={myRoute} params={myParams} hash={myHashValue}>
   ...
</Link>