grpc/grpc-web

Getting `Property 'proto' doesn't exist` every time running

Closed this issue · 1 comments

The error i get after generating and running the app using the generated file is Property 'proto' doesn't exist i use the typescript format for the auto generated and the error comes from the js file. Any help would be appreciated
image

@rizdaputra Thanks for reaching out!

Could you check out our documentation in our Typescript example here on how to work with Typescript?

Note specifically that it's generally expected that you use a JS bundler like webpack to compile the code before directly running it (like here), which I believe is what you might be missing.