T
TanStack3y ago
wise-white

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
passive-yellow3y ago
This was just fixed 2 days ago
wise-white
wise-whiteOP3y ago
That's a wonderful news, thank you!

Did you find this page helpful?