Is there a way to trigger a fallback in useSuspenseQuery when internet connection is lost?
Hello, as mentioned in the title, I'm using useSuspenseQuery. The problem is that when internet connection is offline the fallback in Suspense is not triggered and as a result a component with missing data is rendered. Is there a way I could trigger a fallback when attempting to fetch data using useSuspenseQuery while being offline?
2 Replies
passive-yellow•3y ago
This was just fixed 2 days ago
wise-whiteOP•3y ago
That's a wonderful news, thank you!