-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: refactor the async composable to use native fetch and useState only #398
Conversation
@alvarosabu @alexjoverm I need your help to review why when we generate the static version, the error page is not shown, but it works fine locally :S I've already tried so many things but no luck, I guess I need some fresh eyes on it <3 |
I think the error page is a feature only for SSR and SPA, since it's not a route (is on the root directory, not in the For static I guess you would need to add an error page on |
bump, without this PR Nuxt3 with Storyblok is useless |
🎉 This PR is included in version 5.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Refactor the
useAsyncStoryblok
composable to useuseState
and be able to handle errors on the page level.