To see the bug:
- Pull down repo
- Run
npm install
- Run
npm run dev
- Visit the url printed out by the above running process.
- Observe the process printing out
"This is my first value"
twice in a row, and the initial page load displaying the same, before the client-side kicks in.