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
Have you check the DOM element that you are trying render ? I had this error before due to a silly mistake. The worst part is bundle was minified. The element id is not same
Index.html
app.jsx
React.DOM.render(, document.getElementById('app'))