UKHomeOffice / lev

Life Event Verification service prototype monorepo
https://lev-docs.netlify.app/
0 stars 1 forks source link

Details from results don't load #24

Open RobinKnipe opened 3 years ago

RobinKnipe commented 3 years ago

When searching and hitting multiple results, selecting a result doesn't load the details view.

haggishunt56 commented 3 years ago

when running the application in SSR-only mode (npm run dev:ssr), selecting a result does load the details. This suggests that the details are displaying correctly when rendered by the server but the client-side rendering overrides this.