Use in React/Redux #287
Janaka-Steph
started this conversation in
General
Replies: 1 comment
-
Sorry I found my mistake. I was trying to use grpc client for NodeJS in the browser. |
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
-
I would appreciate some help using the stubs in React/Redux.
Here
client.join(JoinRequest.create(), metadata)
is expected to return a typeJoinReply
but returns a typeSurfaceCall
.What am I missing?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions