-
The following errors were reported by 4.9.0-dev.20220915
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https:/…
-
## What happens?
项目执行时出现报错
![image](https://user-images.githubusercontent.com/30932683/90369906-14b43e00-e09f-11ea-8b61-66de8ab38055.png)
```js
Uncaught (in promise) TypeError: Cannot read p…
-
The following errors were reported by 4.9.0-dev.20220921
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipeline run](https://t…
-
主应用非umi,是qiankun主应用,子应用是umi3,可以接入么
-
像react项目子应用这样在unmount里卸载实例 非webpack的项目应该怎么做
![image](https://user-images.githubusercontent.com/32702573/166896084-47a28c1e-2a35-453d-8640-e14d01fa084a.png)
-
## What happens?
qiankun 和 styled components 一起使用时,当 styled components 插入动态样式时,样式量多时会为一个应用插入多个 style 节点,第一个 style 节点以后的 style 节点不是往 head 中插入的,因此 qiankun 的 dynamicHeadAppend 拦截不到。这导致在应用切换的时候,未拦截到的动态…
-
![image](https://user-images.githubusercontent.com/20553130/112715825-a92c2c00-8f1d-11eb-9238-209f427db47e.png)
![image](https://user-images.githubusercontent.com/20553130/112715833-b1846700-8f1d-11e…
-
## What happens?
基于 single-spa 搭的微前端主应用,子应用是 umi 及 umi qiankun 插件,但子应用连接不上
## 最小可复现仓库
> 请使用 `yarn create @umijs/umi-app` 创建,并上传到你的 GitHub 仓库
## 复现步骤,错误日志以及相关配置
…
ghost updated
2 years ago
-
The following errors were reported by 4.9.0-dev.20220825, but not by 4.8.2
[Pipeline that generated this bug](https://typescript.visualstudio.com/TypeScript/_build?definitionId=48)
[Logs for the pipel…
-
## What happens?
现有:
应用A - 路由1
应用A - 路由2
应用2 - 路由1
应用2 - 路由2
初始化时进入 应用A - 路由1
切换路由至 应用B - 路由1
切换路由至 应用A - 路由2,此时显示的界面的 应用A - 路由1 的界面,地址栏是 应用A - 路由2 的地址
基座没用使用路由,两个子应用都是 history
- **q…