umi
umi copied to clipboard
A framework in react community ✨
## What happens? umi max 微前端 子应用加载正常,但无法进入子应用路由 ## Mini Showcase Repository(REQUIRED) https://github.com/giscafer/micro-umi-max-cra > sub-app 为 cra 子应用 ## How To Reproduce 加载子应用后,点击子应用路由。 ## Context - **Umi Version**: 4.0.12 - **Node...
## Background Not exporting a type declarations file when building SSR file. It used to do so in v3. ## Proposal Export a typescript declarations file along side with umi.server.js...
## 背景 看doc插件中有不认识的api,文档找不到  ----- [View rendered docs/docs/api/plugin-api.md](https://github.com/txp1035/umi/blob/doc_onPatchRoute/docs/docs/api/plugin-api.md)
文档mdx配置说明 ----- [View rendered docs/docs/api/config.md](https://github.com/txp1035/umi/blob/docs_mdx/docs/docs/api/config.md)
## What happens? umi4 model 中使用并导出 query-string 的 parse() 的返回值时,当 model 更新时会出现整个 model 返回值是 undefined 的情况,qs 则不会有这个问题,copy 一下 parse() 返回值再导出,也不会有问题   ## Mini Showcase Repository(REQUIRED) > Please provide a...
## What happens? 使用向导创建一个最简单的应用。无法在ie上运行   edge浏览器正常  ## Mini Showcase Repository(REQUIRED) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的 GitHub 仓库 ## How To...
### bug 1. `Invalid value "automatic" in "--jsx=automatic"` ### bug 2 . 测试覆盖率一直是0 ## Mini Showcase Repository(REQUIRED) > Please provide a [minimal reproduction](https://stackoverflow.com/help/minimal-reproducible-example) then upload to your GitHub. 请提供 [最小重现](https://stackoverflow.com/help/minimal-reproducible-example),并上传到你的...
close https://github.com/umijs/umi/issues/8906 * 合并 esbuild-jest 和 jest-esbuild * 更新 jest generator 添加收集 覆盖率配置 * 增加 e2e:test-test coverage 限制
- 这是UMi3.x 的文档  - 最小化复现代码 - `src/pages/ui/_layout.tsx` ``` import React from 'react'; import { Outlet } from 'umi'; export default function () => { return ( 父层内容 /* 无效...
qiankun 主项目和子项目之间的切换,会抛出路径不匹配警告 测试代码仓库 项目测试代码为官方的例子: https://github.com/umijs/umi/tree/master/examples/ 的 max 和 qiankun-slave,前者是主应用,后者是子应用。 ## Context "dependencies": { "@ant-design/icons": "^4.7.0", "@umijs/max": "^4.0.9", "react": "18.1.0", "react-dom": "18.1.0" }, "devDependencies": { "cypress": "^10.3.1", "start-server-and-test": "^1.14.0", "tailwindcss": "^3.1.6"...