Hacker News new | ask | show | jobs
by lupire 1385 days ago
window.location.replace

https://stackoverflow.com/questions/43838496/redirect-with-j...

1 comments

Following this hint turns out I had left out the `replace={true}` prop on react router's Navigate component. Thank you for taking the time to point me in the right direction!