Start the dev server using npm start. You may have to run npm install react-scripts --save-dev if you get an error.
Type in several urls such as http://localhost:3333/aq-web-client/SN000-067/Home (don't use the app navigation). You'll see the app reload each time. This also happens if you use the back/forward navigation after doing this process of typing several urls in the search bar. Back/forward doesn't cause reload when using app navigation.
Steps to recreate:
npm start
. You may have to runnpm install react-scripts --save-dev
if you get an error.