Has anyone else experienced the following problem?
Whilst running ionic serve I make slight chances to the code such as changing the message on a toast. When the page is refreshed it comes up with the message I had two or three changes before. I think what is happening is that the live reload is reverting back to the original code when it was first started.
I have to stop ionic serve and restart it to show the latest changes.