杰森
Results
1
issues of
杰森
https://github.com/react-component/m-picker/blob/ddc4237928b6097ca79c50ac87da3753258d6f06/src/Popup.tsx#L7-L9 这有个bug,直接用props的visible参数返回null,会让dom节点直接消失。导致消失动画无效(因为节点直接消失了,动画还没来得及执行)。antd-mobile用了这个库,也有这个问题