-
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: correctly checks so that error value exists before trying to show one in useAsyncStoryblok #316
fix: correctly checks so that error value exists before trying to show one in useAsyncStoryblok #316
Conversation
…w one in useAsyncStoryblok
@SebbeJohansson pipelines broke, can you please check if the lock is updated? |
@alvarosabu I think that issue is coming from my change in the playground where I am including the storyblok-nuxt package locally instead of using the public version (or what ever it was doing before). |
Set the playground ref to "0.0.1" to avoid issues |
@alvarosabu can you confirm that playground works at all for you if you do that? Cause it ain't for me! 😁😅 |
I reverted the change anyways, but the pipeline still failed. |
🎉 This PR is included in version 5.4.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
error.value?.response
is true-ish before trying to display an error with nuxt - Getting error folowing setup tutorialUnhandled error during execution of setup function
#210