-
## What happens?
子应用使用VUE时,开启experimentalStyleIsolation后,第一次加载子应用A正常,切换到另一个子应用B后再回到A,样式没有添加div[data-qiankun=vue]
## Mini Showcase Repository(REQUIRED)
官方仓库内的example
## How To Reproduce
…
-
## What happens?
在沙盒环境样式隔离的环境下。子应用document. getElementById 等API因为应用在shadowDOM里面。所以没有办法获取正确数据。建议对document.getElementById等 做打补丁处理(先在shadowDOM查询然后在去document上查询),才能达到子应用完全技术隔离。
A clear and concise des…
-
现在只有react antd的demo,没有antd pro的。
主要是不知道应该把bootstrap,mount钩子放到哪里,找不到入口文件
-
## What happens?
带有react portal的组件 会render的时候会报出如下错误:
NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node
…
-
Arguments:
/usr/local/bin/node /usr/local/lib/node_modules/yarn/bin/yarn.js run start:vue
PATH:
/var/folders/7s/bp7g9rf17_7829rmwkrwmgjr0000gn/T/yarn--1583720352714-0.3726914850885128:/User…
-
## What happens?
1.提示找不到模块,项目ts版本的,现在直接修改该文件为js是不报错的
![image](https://user-images.githubusercontent.com/13429648/78234124-4c17b900-7509-11ea-816b-24b1b079e569.png)
2. 发现rootExports文件不能为.ts
A cle…
-
## Background
在微前端实践资料并没有那么丰富的前提下,qiankun帮助了我很多,目前市面上主流有3大框架,react 、 vue 和 angular ,我认为如果在example里面集成angular会帮助很大,而且内容会丰富,会更加能够帮助刚刚进入前端领域的新人,如何在实践过程中,更好的掌握这个新的技术
## Additional context
Tha…
-
## Background
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Proposal
Describe the solution you'd like, better to provide some pseudo code.
…
-
## What happens?
子应用为传统应用,这边需要主项目中地址直接访问子项目中的指定html页面
## 最小可复现仓库
https://github.com/mowatermelon/test-qiankun-pureHtml
## 复现步骤,错误日志以及相关配置
- `yarn`,安装项目依赖
- `yarn dev:i`,安装父子项目依赖
- `ya…
-
## What happens?
render({ appContent, loading }) 函数要求用户调用 render()时传入一个对象,即便是 render({}),否则将报错。所以至少将示例中render({ appContent, loading }) -> render({ appContent, loading } = {})
## 最小可复现仓库
…