Uncaught TypeError: Cannot set property 'propTypes' of undefined

版权声明:心灵泽尘 https://blog.csdn.net/github_38313789/article/details/83302975

MainAppBar.wrapperedComponent.propTypes = {

     appState: PropTypes.object.isRequired,

}

wrapperedComponent 改为 wrappedComponent

猜你喜欢

转载自blog.csdn.net/github_38313789/article/details/83302975