I'm trying to use history.push() using react router v5. My website is embedded into another main site as an iframe. When history.push() is used I'm observing a strange behaviour that my website which is inside the iframe is continuously reloading.
Note : This is happening in all browsers.