I have React js installed via NPM and using browserify to manage components in react. When an exception occurs in React, the console shows as
\"Uncau
I FINALLY SOLVED THIS.
If you're like me and ran that command to set NODE_ENV and it's literally never worked, check if you're linking to react.min.js instead of the full versions of the files.
Link to the full versions and it should work like a charm. :D