react-component / m-picker

React Mobile Picker(web & react-native)
http://react-component.github.io/m-picker/
247 stars 74 forks source link

BUG: Pupup Pick dismiss animation lose efficacy #244

Open json-sun opened 4 years ago

json-sun commented 4 years ago

https://github.com/react-component/m-picker/blob/ddc4237928b6097ca79c50ac87da3753258d6f06/src/Popup.tsx#L7-L9

这有个bug,直接用props的visible参数返回null,会让dom节点直接消失。导致消失动画无效(因为节点直接消失了,动画还没来得及执行)。antd-mobile用了这个库,也有这个问题