David Bieregger
David Bieregger
Thanks for looking into this @ardeora 👍 are there any ideas how to change the api to allow for such behavior?
@ardeora are there any updates?
> Now the only other way we can preserve reactivity on SSR is using resources. @ardeora can you explain more specifically what you meant by that, maybe I can create...
Sorry I must have overseen the comment. If you really need a playground I can provide one.
Your wish shall be granted: https://codesandbox.io/p/github/BierDav/temp-tanstack-query-ssr-bug/combine-not-working  What I want to add additionally is that there is also a bug in executing this code too as you can see on...
It is both, but i recommend to resolve the type issue first, maybe this resolves the other one too
this workaround fixes the issue for me: https://github.com/OpenAPITools/openapi-generator/issues/14075#issuecomment-2266095826
Same issue here, but I don't have any thirdparty dependecies except of `androidx-activity`: ```toml [versions] agp = "8.3.2" kotlin = "2.0.0" jetbrains-compose = "1.7.0-alpha02" android-minSdk = "24" android-targetSdk = "34"...