Challenges Integrating Effect RPC with React-Query and Type Matching
Has anyone explored wrapping Effect RPC with react-query? I’m really struggling with getting types to match up between EffectRequest.Success & a function that requires returning a Promise.
