at RouterComponent (http://local.schedule.dtstack.cn:8000/umi.js:110634:23) at ./src/.umi/plugin-initial-state/Provider.tsx.__webpack_exports__.default (http://local.schedule.dtstack.cn:8000/umi.js:707451:24) at ./src/.umi/plugin-model/Provider.tsx.__webpack_exports__.default (http...
1 change: 1 addition & 0 deletions 1 packages/components/src/layout/row/index.tsx @@ -37,6 +37,7 @@ const Row: React.FC<RowProps> = (props) => { const state = useMemo(() => ({ gutter: props.gutter }), [props.gutter]); return ( <RowContext.Provider value={state}>...
因为有next项目,所以之前升级了node版本,Node.js v20.11.1,umi版本3.5.36 启动访问项目 会报错AssertionError [ERR_ASSERTION]: chunk of umi not found.[Bug] say something 因为有next项目,所以之前升级了node版本,Node.js v20.11.1,umi版本3.5.36 启动访问项目 会报错AssertionError [ERR_ASSERTION]: chunk ...
my config.js file import { defineConfig } from "@umijs/max"; import {routes} from './routes'; export default defineConfig({ plugins: ['@umijs/plugins/dist/antd', '@umijs/plugins/dist/locale'], crossorigin: true, // alias alias: { '@': './src', '@@': './src/.umi', 'wo...
🐛 Describe the bug I posted a question in the pytorch forum, but then I made some progress that made me think there might be a bug. Please see here for discussion https://discuss.pytorch.org/t/how-do-i-get-torch-onnx-export-to-work-with-...
280 changes: 154 additions & 126 deletions 280 packages/preset-umi/src/features/routePreloadOnLoad/routePreloadOnLoad.ts @@ -1,4 +1,7 @@ import type { StatsCompilation } from '@umijs/bundler-webpack/compiled/webpack'; import type { StatsChunk,...