chibat / chrome-extension-typescript-starter

Chrome Extension TypeScript Starter
MIT License
2.39k stars 403 forks source link

How did you get this to work? #39

Closed fishsticks89 closed 2 years ago

fishsticks89 commented 2 years ago

I see here you managed to figure out how to use sendresponse: https://github.com/chibat/chrome-extension-typescript-starter/blob/98b3b668f2056f033c3e76bae094ac7ff0828449/src/content_script.tsx#L5

I have an issue where whenever I use it, typescript returns the error "cannot find name sendResponse"

how did you fix this issue?

(I have @types/chrome added)