Jayson Wu

Results 12 comments of Jayson Wu

Please check your styling first and provide more details for this error, Such as some useful console logs.

Have no ideas for what you wanna talk about.

Upgrade your Node.js first,and execute the following commands one after another please ```bash $ rm -Rf node_modules $ rm package-lock.json $ npm i -g yarn $ yarn install $ yarn...

> > Upgrade your Node.js first,and execute the following commands one after another please > > > > ```shell > > $ rm -Rf node_modules > > $ rm package-lock.json...

Please try to provide more useful info for us before asking, thanks.

Hi @stephenh , what's the status of https://github.com/stephenh/ts-proto/blob/main/src/generate-grpc-web.ts? just saw it get some updates recently, will it happen sooner or what is lacking of to make it support `grpc-gateway`? Thanks

> Possibly the same #1716 Error log is not the same, just updated.

> Also @jaysonwu991 we don't know why storybook is throwing error. So can you please provide a reproducible example. Will try to provide the example sooner, Thanks for tracking this...

Got new error: ``` [percy:client] Finalizing build 36543095... (0ms) [percy:core] Finalized build #2938: https://percy.io/1c744400/falcon/builds/36543095 (343ms) [percy:client] Sending Build Logs (219ms) [percy:core] Build's CLI and CI logs sent successfully. Please share...

Finally fix this issue: - Code inside `.stories.tsx` but it is missing a module import - Related to our Eslint static checking - JS/TS rules checking is removed during Storybook...