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
1条答案
按热度按时间mepcadol1#
主要跟 ahooks 版本相关,1.x 依赖版本不 plugin 选项,跟 #5249 需要类似