React - Uncaught TypeError: Cannot read property 'func' of undefined
问题 I'm receiving the error: Uncaught TypeError: Cannot read property 'func' of undefined Yet I have no idea why, I've Googled the error and gone to everyone post with the same error yet no luck. Can anyone help me out? I'm using react-router@3.0.2 index.jsx import React from 'react'; import ReactDOM from 'react-dom'; import { Router, browserHistory } from 'react-router'; import { Helmet } from 'react-helmet'; import Routes from './config/routes'; ReactDOM.render( <div> <Helmet> <meta charSet=