我要
未定义不是对象(正在评估'this.props.componentId')
使用wix在redux操作中反应本机导航时,发生反应本机错误
Navigation.push(this.props.componentId, {
component: {
name: 'navigation.appartmento.Home',
passProps: {
text: 'Pushed screen'
},
options: {
topBar: {
title: {
text: 'Sign up'
},
background:{
color:'#FD9804'
}
}
}
}
})
它在组件内运行良好,但在redux动作内运行