Open farnabaz opened 3 years ago
🐛 The bug When using useFetch composable inside setup function will raise undefined error when navigating to 404 page.
useFetch
I think this might be related to generating fetchKey
fetchKey
🛠️ To reproduce This issue only happens in static website, Steps to reproduce the behavior:
yarn generate
yarn start
/404
🌈 Expected behaviour
Evaluating fetch hook without raising an error.
This is an issue for me too, any progress here?
Are there plans to fix this in the 2.* I might be willing to help with a PR if someone points me in the right direction.
🐛 The bug When using
useFetch
composable inside setup function will raise undefined error when navigating to 404 page.I think this might be related to generating
fetchKey
🛠️ To reproduce This issue only happens in static website, Steps to reproduce the behavior:
yarn generate
yarn start
/404
page and check web console🌈 Expected behaviour
Evaluating fetch hook without raising an error.