Bryce

Results 1 issues of Bryce

rc-chekcbox version: 2.2.0 react version: 15.5.4 引入了不兼容的变更,导致在 react 15 下 value 不受控,选中状态无法通过外部传入 prop: value 改变 Link to code example: ``` const { check } = this.state; return ( this.setState({ check:...