Posts by Héliton Oliveira • 46 points
1 post
-
3
votes1
answer1034
viewsA: When using history.push() my component does not render, you need to re-load the page to render
I was suffering with the same error and in my case the problem is occurring because of the version of history, so I downgrade the version of history and solved the problem. yarn remove history yarn…