This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
help: useFetch - Cannot read property 'isPreview' of undefined #143
Comments
Denoder
changed the title
help:
help: useFetch - Cannot read property 'isPreview' of undefined
Jul 3, 2020
@teranode I think this should be fixed in 0.10.4, but do let me know if you have any issues. |
@danielroe It renders now, but the isPreview Error is still present in the console logs when it's used. |
What version of Nuxt are you using? |
im using 2.13.3 |
danielroe
added a commit
that referenced
this issue
Jul 9, 2020
Any better luck with 0.10.5? |
Yes, that fixed it |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
📚 What are you trying to do? Please describe.
I was trying to transition into using the composition API and was going to use fetch but when I use it i get this error:
🔍 What have you tried?
This was my previous apprach before composition:
this is my new approach in transtition:
ℹ️ Additional context
The getEpisodes method:
Upon looking fetch would be called client side and does call the getEpisodes method so i think it has to be something server sided
The text was updated successfully, but these errors were encountered: