Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ReferenceError: rawResponse is not defined" when using @vercel/ncc #579

Open
Skhmt opened this issue Apr 17, 2024 · 0 comments
Open

"ReferenceError: rawResponse is not defined" when using @vercel/ncc #579

Skhmt opened this issue Apr 17, 2024 · 0 comments

Comments

@Skhmt
Copy link

Skhmt commented Apr 17, 2024

ReferenceError: rawResponse is not defined at rawResponse = response[i].split(" "); when using @vercel/ncc to combine everything into one .js file.

Fix is to change line 76 of client.js from:

rawResponse = response[i].split(" ");

to

var rawResponse = response[i].split(" ");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant