Yeah, I've already added react-dom dependency (which is now mandatory to use to render as per version >0.14)
Warning: React.createElement: type should not be null, undefined, boolean, or number. It should be a string (for DOM elements) or a ReactClass (for composite components).
Uncaught Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
Yeah, I've already added react-dom dependency (which is now mandatory to use to render as per version >0.14)