youzan / zent

A collection of essential UI components written with React.
https://youzan.github.io/zent
MIT License
2.25k stars 378 forks source link

fix: NumberInput infinite render loop in controlled mode #1985

Closed cpylua closed 1 year ago

cpylua commented 1 year ago

比较 props 和 state 上的值逻辑不对,导致分支条件永远为 true。