berzel / senza-frontend

Senza is Zimbabwe largest independent job board
senza.vercel.app
0 stars 0 forks source link

Prefetch causing url change on job details page mobile. #1

Closed berzel closed 2 years ago

berzel commented 2 years ago

On Mobile

  1. Click on any job summary item on the job summary list
  2. The job details modal opens
  3. Go back (This causes nextjs to fecth page props in the background)
  4. Click on another job summary item (before nextjs props return), another job modal shows
  5. Wait a few seconds until nextjs returns page props, the url bar changes.

Implications

berzel commented 2 years ago

Refetching of page props on navigation is only happening on development server. This does not happen on the production build of the site