-
## What happens?
vue3子应用 启用 qiankun插件报错
![image](https://github.com/umijs/plugins/assets/38902744/ce4ae451-2b3d-4e33-b71d-9ff4b81ce1c6)
## Mini Showcase Repository(REQUIRED)
> Please p…
-
## What happens?
官方例子,修改react16即create-react-app项目后,主项目报错You need to export the functional lifecycles in react16 entry
## Mini Showcase Repository(REQUIRED)
https://github.com/umijs/qiankun/t…
-
## What happens?
在子应用react15调用react16,刷新后加载不了子应用react16
A clear and concise description of what the bug is.
## Mini Showcase Repository(REQUIRED)
https://www.awesomescreenshot.com/video/1625…
-
Firstly, `react-diff-viewer` inserts the `` tag to render CSS styles, but in some cases (such as Micro-Frontends, I'm using [qiankun](https://qiankun.umijs.org/guide) framework), the code styles will …
-
hi,大家好!尽管官方已经提供了 `qiankun` 的 [demo](https://github.com/umijs/qiankun/tree/master/examples) 和[教程](https://qiankun.umijs.org/zh/guide/tutorial),但是覆盖面有限。比如说,qiankun 嵌套的使用、angular 作为主应用等,都没有可以参考的 demo。有不少…
-
## What happens?
都是history,嵌套路由,懒加载,从主应用的路由进入子应用路由时正常,刷新时报错
![image](https://user-images.githubusercontent.com/15863833/143221136-95e3801f-1a26-41a8-8ea8-3d24c5a4da5c.png)
routerBase和publicPath都设置过…
-
a标签和history.pushState跳转微应用问题?
比如说点击微应用1加载完毕后,再点击微应用2之后,url的路径是直接拼接到后面的,导致跳转不了其他应用。备注:删掉注册微应用的代码就可以了,如果主应用使用vue框架的router-link没问题的。
```html
Webpack App
vite
vue
…
-
按 README 指导:
```
$ git clone https://github.com/umijs/qiankun.git
$ cd qiankun
$ yarn install
$ yarn examples:install
$ yarn examples:start
```
提示异常:
```
> Executing task: yarn run exa…
-
Hi @ScriptedAlchemy
I see below example, but not quite sure if this will work in case of shell suing modern version of react vs the remote.
https://github.com/module-federation/module-federation-…
-
Is it possible to load a sub app using `type="module` script tag when the master app doesn't use `type="module` script tag?
After some researching I found it seems currently qiankun uses `eval` to …