KyuWoo Choi
KyuWoo Choi
initial list  after decrease `list 2`, decreased list item will be a part of parent list ( ul -> ol)  after increase `list 3`, increased list item have...
#### Environment Versions 1. OS Type: linux 1. Python version: 3.10.14 1. pip version: 24.2 1. pip-tools version: 7.4.1 #### Steps to replicate 1. `pip install xgboost` 2. `pip list...
also about replacing `this.props.children.length` to `React.Children.count(this.props.children)` for fixining bugs on text children case.