-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You shouldn't be importing Response at all, because its globally available, once you use the |
Beta Was this translation helpful? Give feedback.
-
Thank you @akomm. :) Now I'm getting Typescript complaining but it appears more related to my VSCODE config. If it doesn't find the import it assumes the use of a Response global object but looks like it is considering the Response object for web. Do you think it's effectively a vscode TS engine issue or something elese? Thank you in advance. ![]() |
Beta Was this translation helpful? Give feedback.
You shouldn't be importing Response at all, because its globally available, once you use the
installGlobals