Does History.push in Ionic w/ React change the URL but not render the page?
In my Ionic app, I have a login screen and a dashboard screen. When log in succeeds in Login.tsx, a user is created, then console.log("Go to dashboard") runs, followed by history.push("/dashboard"), which should show the Dashboard. The problem is that…