You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
Navigating on root page (source at src/routes/index.html), which loads data on preload, doesn't load data (warning <Index> was created without expected data property) only after visiting a 404 page.
Navigate to about route (which return 404) and click on Home to see that data is not loaded.
Try instead to navigate to about and then blog: data is loaded there even if blog and /index.html have the same logic.
The text was updated successfully, but these errors were encountered:
sgametrio
changed the title
preload doesn't work in root page (src/routes/index.html) after visiting a 404
preload doesn't work in root page (src/routes/index.html) after visiting a 404
Oct 11, 2018
Issue description
Navigating on root page (source at
src/routes/index.html
), which loads data onpreload
, doesn't load data (warning<Index> was created without expected data property
) only after visiting a 404 page.How to reproduce
npm install
npm run dev
about
route (which return 404) and click on Home to see that data is not loaded.Try instead to navigate to
about
and thenblog
: data is loaded there even ifblog
and/index.html
have the same logic.The text was updated successfully, but these errors were encountered: