Export hydrate/dehydrate methods #66
wobsoriano
started this conversation in
Ideas
Replies: 3 comments 1 reply
-
@wobsoriano It is possible, but I would wait for TanStack/query#2497 to land in react-query master. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be fixed in https://github.com/DamianOsipiuk/vue-query/releases/tag/v1.10.0 |
Beta Was this translation helpful? Give feedback.
1 reply
-
In case anyone is looking for vite-plugin-ssr implementation |
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.
-
Hi, can we import
hydrate/dehydrate
methods without touching@nuxtjs/composition-api
? When I try to import it fromvue-query/ssr
, it looks for @nuxtjs/composition-api.I'm using it for https://vite-plugin-ssr.com/ and want to
dehydrate
it manually.Beta Was this translation helpful? Give feedback.
All reactions