Uncaught TypeError: Cannot set property 'propTypes' of undefined

MainAppBar.wrapperedComponent.propTypes = {

     appState: PropTypes.object.isRequired,

}

 

wrapperedComponent 改为 wrappedComponent

你可能感兴趣的:(react)