Strang inexplicable bug
npm run dev
- Visit
localhost
- Look at the server output, see that
foo
is printed1
in all cases ('render', 'app', 'app nav'). - Reload the page
- See that
foo
is properly printed as0
at 'render' and 'app' but not 'app nav', which is using the first render's data somehow.