Allow enabled prop on useSuspenseQuery
              
              #7639
            
            
          -
| Hi! On our project, we have a bunch of  I think it'd be a good idea to allow passing the  WDYT? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
| Hey, I am facing a similar issue. | 
Beta Was this translation helpful? Give feedback.
-
| @hector this seems like nowadays the proper way is to use  | 
Beta Was this translation helpful? Give feedback.
@hector this seems like nowadays the proper way is to use
useQuerywithpromiseand something like anAwaitcomponent for react 18.In react 19 its
use(promise)