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.
A recursive call without base condition was identified due to which infinite calls were made which leaded to continuous reload. Link for the bug fix