logaretm / villus

🏎 A tiny and fast GraphQL client for Vue.js
https://villus.dev
MIT License
790 stars 31 forks source link

Network Bug with dedup #209

Open captainjapeng opened 5 months ago

captainjapeng commented 5 months ago

When using the dedup plugin without the cache plugin. When a network request fails it turns the value of data to undefined and no succeeding refetch can trigger an actual network request anymore.

logaretm commented 3 months ago

Sorry for the delay, is it possible to have a reproduction for this? I also use dedup without cache in my full-time and never encountered this.