- Issue created by @yannickoo
- 🇩🇪Germany frega
+1 this has just bitten me, too. Please consider merging this.
When working on projects without an active internet connection to API requests are being fired.
Turn of WiFi and try to work on a local environment.
Adding networkMode: "always",
to useInfiniteQuery
call.
See docs for more information about that.
Active
Code
+1 this has just bitten me, too. Please consider merging this.