3lang3 / react-vant

React mobile UI Components base on Vant
https://react-vant.3lang.dev
MIT License
1.31k stars 186 forks source link

🐛 [Bug]: gap prop in <Space/> component #680

Closed gongrongyun closed 11 months ago

gongrongyun commented 11 months ago

Which React Vant packages are impacted?

What version of React Vant are you using?

3.3.1

Reproduce live demo(codesandebox or stackblitz)?

No response

Descripition

<Space /> 组件中处理 gap 参数时,如果传入参数 gap === 0,将会被忽略,不生效。 image