I have a menu with links to different pages, but when I click on the link to the page I'm already on, literally nothing happens. I want the page to rerender as if the user clicked in from another page. I've tried
navigate('/temp')
navigate(link, { replace: true })
but it's not working.