getDerivedStateFromProps is static for component. but today I debug the app, I find other components data nextProp.x in getDerivedStateFromProps method when we define it the same.
the other situation is when a component is re-created, the nextProp.x still remains the pre-data.
so when the react-native will remove the getDerivedStateFromProps data, why the data is mixed?