NE-LOAN-FED / NE-Component

A react component library.
https://ne-loan-fed.github.io/NE-Component/
MIT License
28 stars 5 forks source link

ActionSheet 组件状态更新 bug #35

Closed kisnows closed 7 years ago

kisnows commented 7 years ago

由于 ActionSheet 使用了内部 state,但是内部 state 变动时没有同步到外部的 props ,导致当前 ActionSheet 关闭后的下一个状态,会导致 ActionSheet 重新打开。 操作流程: click actionsheet -> click close -> click open dialog. image

kisnows commented 7 years ago

@yanm1ng