Skip to content

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

@Skhmt

Description

@Skhmt

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(" ");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions