getDerivedStateFromProps 对于组件是静态的。但是今天我调试应用程序,当我们定义它时,我在 getDerivedStateFromProps 方法中找到了其他组件数据 nextProp.x。
另一种情况是在重新创建组件时,nextProp.x 仍然是预数据。
那么当 react-native 会移除 getDerivedStateFromProps 数据时,为什么数据是混杂的呢?
getDerivedStateFromProps 对于组件是静态的。但是今天我调试应用程序,当我们定义它时,我在 getDerivedStateFromProps 方法中找到了其他组件数据 nextProp.x。
另一种情况是在重新创建组件时,nextProp.x 仍然是预数据。
那么当 react-native 会移除 getDerivedStateFromProps 数据时,为什么数据是混杂的呢?