Replies: 2 comments 1 reply
-
sorry, I'm not sure how we should create a cached promise. My initial idea for 19 would be:
because there we could likely return the promise from the internal query. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@TkDodo
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
I'm trying to wire up RQ with
React 19
(maybe not possible at the moment). I'm trying to replace nativefetch
withqueryClient.fetchQueryData
.I have code like this:
React 19
throws:Is there are way this example to work, in near future, maybe we get function like
fetchSuspenseQuery
?Any thoughts on this approach?
package.json
BR,
Beta Was this translation helpful? Give feedback.
All reactions