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
๐ The bug
Using the useFetch method and add conditional template renderings depending on the $fetchState.pending or $fetchState.error leads to hydration errors.
๐ The bug
Using the useFetch method and add conditional template renderings depending on the
$fetchState.pending
or$fetchState.error
leads to hydration errors.๐ ๏ธ To reproduce
Steps to reproduce the behavior:
my codesandbox: https://codesandbox.io/s/elastic-ardinghelli-vi4vy?file=/pages/index.vue
Add conditional rending to template which uses useFetch:
๐ Expected behaviour
I'm using the option API fetch hook in my project: https://nuxtjs.org/docs/2.x/features/data-fetching#the-fetch-hook like this. Is there any difference using it with composition API ?
The text was updated successfully, but these errors were encountered: