Kadira_react-layout.js Uncaught TypeError: React.render is not a function

I’m presently trying out Meteor and React. When i run the app it displays a blank page. I checked the console and found an error. I don’t know if this is the cause of it. Kindly help.

Layout = React.createClass({
        render(){
            return(
                <div className="wrapper">
                    <div className="box">
                        <div className="srow row-offcanvas row-offcanvas-left push-down-50">
                            NavBar
                            {this.props.sidebar}
                            {this.props.content}
                        </div>
                    </div>
                </div>
            )
        }
    });

console error log

`odules.js?hash=a9c8f38…:11069Warning: ReactTestUtils has been moved to react-dom/test-utils. Update references to remove this warning.printWarning @ modules.js?hash=a9c8f38…:11069warning @ modules.js?hash=a9c8f38…:11093meteorInstall.node_modules.react-addons-test-utils.index.js @ modules.js?hash=a9c8f38…:31588fileEvaluate @ modules-runtime.js?hash=2b888cb…:207require @ modules-runtime.js?hash=2b888cb…:130meteorInstall.node_modules.meteor.react-runtime.react-runtime.js @ react-runtime.js:38fileEvaluate @ modules-runtime.js?hash=2b888cb…:207require @ modules-runtime.js?hash=2b888cb…:130(anonymous function) @ react-runtime.js?hash=be87be9…:115(anonymous function) @ react-runtime.js?hash=be87be9…:127