import { removeHash } from 'react-scrollable-anchor' // clear URL hash removeHash() I tried placing this inside parent component, child component, App.js. Its not working. Where should this be placed? How to use this?