umi icon indicating copy to clipboard operation
umi copied to clipboard

A framework in react community ✨

Results 377 umi issues
Sort by recently updated
recently updated
newest added

完成 @umijs/umi-next 开发阶段这个尚未合并的 [PR](https://github.com/umijs/umi-next/pull/715)。 考虑到 Umi 文档部署基于 Vercel,仅启用「编辑此页」快捷链接: ![image](https://user-images.githubusercontent.com/42314340/178699927-1927983a-1605-4ffe-96e0-7071c3b37e21.png) ----- [View rendered docs/docs/max/data-flow.md](https://github.com/LolipopJ/umi/blob/feat/plugin-docs-actions/docs/docs/max/data-flow.md)

把 helmet 功能加回来,不然代码迁移还要处理它。 从 react-helmet 改成了 react-helmet-async,其他逻辑照旧。 执行 `cd examples/helmet && pnpm dev` ![image](https://user-images.githubusercontent.com/11746742/179488305-41cd8b0c-f85d-417d-9cc7-f8c0b46bf76d.png)

官方案例 仅做了 layout 的修改 1: 首先 打开 控制台 2: layout 设置 ‘top’ 模式 快速切换 权限演示 和 CRUD 示例 两个路由 很容易复现 (建议打开控制台 切换 测试) 切换的稍微快点 export const layout = () =>...

type(bug)

### Versions - dumi: 1.1.40 - node: v14.19.1 - npm: v6.14.16 - OS: windows 10 - Browser: 103.0.5060.114(正式版本) (64 位) ### Steps to reproduce 在拉下项目之后,安装依赖出现以下问题: ![image](https://user-images.githubusercontent.com/41110654/178884864-7393c4ac-b277-4f3d-932b-ecc504346d30.png) ### What is Expected?...

type(bug)
PR Welcome
type(umi@3)

## What happens? 在 model 定义里如果出现 useSearchParams 会导致 useModel 它时第二个参数的 model 短暂为空 ![image](https://user-images.githubusercontent.com/37258382/179018047-d0c17d8a-b415-4517-9e73-d1c048931ac0.png) ## 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),并上传到你的...

type(bug)

resolve https://github.com/umijs/umi/issues/8400 跑example如下

![image](https://user-images.githubusercontent.com/23540471/176076350-0001e7b4-5e5c-4e95-9f87-deca3bd7be6c.png) Throw this error after windows open https

## What happens? 用umi3文档上的脚手架新建的项目,配置了beforeMiddlewares会热更新失效 ## How To Reproduce yarn create @umijs/umi-app 创建一个项目后 在.umirc.ts 下增加 devServer: { beforeMiddlewares: [], }, 热更新失效, 去掉beforeMiddlewares就是好的 ## Context - **Umi Version**:^3.5.27 - **Node Version**: v16.13.1...

type(umi@3)

## 问题 文档的上手页面不够「面向新手」和「形象」,需要接入 stackblitz 作为 demo 和示例。 ## 解法 TODO

type(enhancement)