ice useRequest是否可以同步ahooks/useRequest支持plugins入参?

chhkpiq4  于 2022-10-22  发布在  其他
关注(0)|答案(1)|浏览(181)

What is the current behavior? 发生了什么?

当前ice的useRequst是基于ahooks封装,入参为useRequest(service, options),不支持自定义插件。
而ahooks中,useRequest入参为useRequest(service, options, plugins),支持自定义插件。

What is the expected behavior? 期望的结果是什么?

期望ice中的useRequest也可以增加plugins入参,支持自定义插件。

Any additional comments? 相关环境信息?

*ice.js Version:^1.0.0
*build.json Configuration
*Node Version:
*Platform:

THX

mepcadol

mepcadol1#

主要跟 ahooks 版本相关,1.x 依赖版本不 plugin 选项,跟 #5249 需要类似

相关问题