the updated value of the parent component is obtained from the child component, and then the updated value is passed to another child component
, but what you get is undefined, that is, you can get the value before the parent component is updated. After the update, the this.state you get in the render of the parent component is undefined
I probably know that the reason is in the life cycle, but I don"t know which step went wrong
this is the code of the parent component