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

Uncaught TypeError: (namespaces || "").split is not a function #443

Closed
LucianBuzzo opened this issue Apr 20, 2017 · 1 comment
Closed

Uncaught TypeError: (namespaces || "").split is not a function #443

LucianBuzzo opened this issue Apr 20, 2017 · 1 comment

Comments

@LucianBuzzo
Copy link
Contributor

vendor.js:131093 Uncaught TypeError: (namespaces || "").split is not a function
    at Function.enable (vendor.js:131093)
    at Object.<anonymous> (vendor.js:18660)
    at Object.isArray (vendor.js:18679)
    at __webpack_require__ (vendor.js:588)
    at fn (vendor.js:112)
    at Object.toString (vendor.js:20812)
    at __webpack_require__ (vendor.js:588)
    at fn (vendor.js:112)
    at Object.<anonymous> (vendor.js:191488)
    at __webpack_require__ (vendor.js:588)

If process.env.DEBUG is set to a value other than a string a TypeError occurs. This can easily happen when using webpack to build a project, as you can see from the error stack above.

@thebigredgeek
Copy link
Contributor

Fixed on 2.6.4 Thanks for the PR @LucianBuzzo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants