标签: reactjs
我有一个奇怪的场景,其中一个组件渲染两次,即使在这两个渲染之间,道具也没有改变(并且状态为null,因为它没有状态)。我对this.props中的nextProps与shouldComponentUpdate参数之前和之后的道具进行了深入的比较,并且它们完全相同。我认为只有道具和状态导致render开火?
this.props
nextProps
shouldComponentUpdate
render