I added [Link to props api](#props-api) where Link to props api is the link and the #props-api is the section where the page will scroll to when the link is clicked.
Problem: When I click the link, it scrolls the page to the #props-api section but then it updates the URL to http://localhost:6061/component#props-api and loads the default app page as it is not able to detect #props-api section in the page.
Any suggestion?