umijs/umiPublic NotificationsYou must be signed in to change notification settings Fork2.7k Star15.6k Unanswered HZZformGDasked this question inQ&A Aug 5, 20221 comment Discussion options HZZformGD Aug 5, 2022 - {"@umi/max":"4.0.8"}
pages目录下增加share目录,内部代码使用import {request, useRequest } from '@umijs/max';通过request发送请求,即报上面的错误 mf-dep___vendor.4fc148fa.js:240755 TypeError: Cannot read properties of null (reading 'applyPlugins') at getConfig (request.ts:135:1) at getRequestInstance (request.ts:1...
function useRequest< R = any, P extends any[] = any, U = any, UU extends U = any, >( service: CombineService<R, P>, options: OptionsWithFormat<R, P, U, UU>, ): BaseResult<U, P>; function useRequest<R extends ResultWithData = any, P extends any[] = any>( service: ...
1 🙏 useRequest cacheKey not working. type(duplicate) xXAvoraXx asked Jul 12, 2023 in Q&A · Unanswered 2 1 🙏 一个现有的umi3 or umi4项目,怎么才可以在执行类似 dev 命令时,断点调试的是umi相关的源码,而不是打包后的内容呢? yuanliu147 asked Dec 7, 2024 in Q&A · Unanswered ...