Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a use case where I have to show a top loader while data is being fetched .Currently I am wrapping the component in boundary like this.
Problem is whenever infinite query is refetched mainly by a key change loader is not shown. As isFetching is not avaliable in suspense mode I can't render loader directly in Component .Any suggestions where I am going wrong.
Beta Was this translation helpful? Give feedback.
All reactions