Foveluy / Dragact

a dragger layout system with React style .
MIT License
764 stars 188 forks source link

this.props.children缺少判断 #42

Open fangkyi03 opened 5 years ago

fangkyi03 commented 5 years ago

https://github.com/Foveluy/Dragact/blob/ee3474cdfdb4831a41836597773f60dace61fb50/src/lib/dragger/index.tsx

401行 return this.props.children(provided, dragMix, resizeMix)

这里缺少对children的判断 因为 有些有可能是以前的写法 不一定是用你这个新的写法