qiniu / formstate-x

Manage state of form with ease.
https://qiniu.github.io/formstate-x
MIT License
34 stars 10 forks source link

debug debounce of `FieldState` #13

Closed nighca closed 4 years ago

nighca commented 4 years ago

先前依赖 MobX reactionoptions.delay 实现 _valuevalue 同步的 debounce,发现这个靠不住,见 https://github.com/mobxjs/mobx/issues/1956

这里改为使用自己实现的 debounce