typescript-is icon indicating copy to clipboard operation
typescript-is copied to clipboard

TypeError: Cannot read property 'text' of undefined

Open jeznag opened this issue 3 years ago • 0 comments

I'm getting this error when I try to use typescript-is.

CleanShot 2022-01-11 at 19 25 57@2x

The offending line is:

            return `${this.config.get('APOLLO_API_URL')}:${this.config.get('APOLLO_API_PORT')}${apiEndpoint}`

Any suggestions on how to debug this?

jeznag avatar Jan 11 '22 09:01 jeznag