Handle the case of a Widget being moved down
When we sync() a Component, we need to clear the old Component's _child pointer, otherwise if we reuse that Component we'll get confused about what the old child is.
Showing
Please register or sign in to comment