3lang3 / react-vant

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

🐛 [Bug]: List组件请求多次接口 #720

Open leecn-web opened 1 month ago

leecn-web commented 1 month ago

Which React Vant packages are impacted?

What version of React Vant are you using?

3.3.4

Reproduce live demo(codesandebox or stackblitz)?

No response

Descripition

20240516164025.webm

leecn-web commented 1 month ago

这个是使用state控制的finished, 然后effect监听输入框的value值去onRefresh, 这种操作会导致第一次也会请求两次接口 需要像其他useRequest一样加一个manual(是否默认执行一次load操作)