- Clone the repo.
npm install
npm run start
- In the
Home
tab, clickDetails
. TheDetailsPage
is shown correctly. - Click
Edit
. The URL changes but theEditPage
is not shown. - Reload the page. The
EditPage
is shown correctly. - Go back. The URL changes but
DetailsPage
is not shown. - Go back again. The URL changes and the
HomePage
is shown correctly.
- In the
Home
tab, reload the page to make sure we have a clean starting point. - Click
Details
. TheDetailsPage
is shown correctly. - Go back. The
HomePage
is shown correctly. - Click
Details
again. The URL changes but theDetailsPage
is not shown.