airpartners / aq-web-client

Web app for end-users.
https://airpartners-ade.web.app/
2 stars 0 forks source link

App reloads completely (and fetches all new data) when typing any url in search bar. #10

Open ljordan51 opened 4 years ago

ljordan51 commented 4 years ago

Steps to recreate:

  1. Clone the repo.
  2. Start the dev server using npm start. You may have to run npm install react-scripts --save-dev if you get an error.
  3. 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.
ljordan51 commented 4 years ago

related https://github.com/airpartners/aq-web-client/issues/16