Replies: 2 comments 7 replies
-
I really don't care. We use this library heavily in production. I'll soon update to v5. Regarding signals, the issue with them is the type guard: if(result().isSuccess) {
result().data <=== will still be ? undefined | Data
} We need to see how we solve it. |
Beta Was this translation helpful? Give feedback.
5 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
-
Seems like someone is creating a new Angular Adapter based on Angular v16 and Signals.
TanStack/query#6195
Beta Was this translation helpful? Give feedback.
All reactions