Redux + React-router component not rendering
问题 So I'm trying to configure React-router with Redux I've used this example to setup a basic app. When I try to render my components I get 1 error and 2 warnings. The error is: Uncaught TypeError: Cannot read property 'toUpperCase' of undefined . Warning #1: Warning: React.createElement: type should not be null or undefined. It should be a string (for DOM elements) or a ReactClass (for composite components). Warning #2: Warning: Only functions or strings can be mounted as React components. I