-
## 问题描述
> 基座应用给某个子应用连续发送两次数据,子应用只能监听到一个
## 复现步骤
1.基座应用通过microApp.setData('appA', { type: 'closeApp', data: { app: 'aaa' } }) 之后再调一个microApp.setData('appA', { type: 'openApp', data: { app: 'bbb' } }…
-
# 环境
* windows10
* umi@3.x
* umi-plugin-qiankun@latest
* qiankun@latest
# config/config.ts配置
```
...
qiankun: {
master: {
sandbox: true,
apps: [
{
…
-
Or at least there is no clear example on how to do this....
I'm loading a widget within an ng-view placeholder. and that widget is loading an html that has a ui-view element.
For that widget I define…
-
There seems to be an error when the binary is an exact multiple of 32 bytes. Probably some kind of `
-
Hello,
I just started a project, followed some tutorials to install [gatsby-plugin-react-i18next](https://github.com/microapps/gatsby-plugin-react-i18next). But I have an issue and I don't know if …
-
https://swiftwithmajid.com/2022/01/12/microapps-architecture-in-swift-spm-basics/
https://holyswift.app/introduction-to-app-modularisation-with-swift-package-manager-a-tale-to-be-told
-
### Which @angular/* package(s) are relevant/related to the feature request?
elements
### Description
Hello,
We are implementing a micro frontend application using @angular/elements. The method fo…
-
![1700821193957](https://github.com/micro-zoe/micro-app/assets/15994596/a1f8744f-6dda-4424-8a04-942fc6a1a7c6)
为什么我嵌入后,会出现如下奇怪的生命周期现象,不断的重复刷新, 导致在子应用内无法实现跳转
主 子 应用都为 vite+vue3+ts 开发,都为 hash 路由模式。
…
-
> 最新版本已支持excludeAssetFilter,使用方式
>
> ```js
> import microApp from '@micro-zoe/micro-app'
>
> microApp.start({
> excludeAssetFilter (assetUrl) {
> if (assetUrl === 'xxx') {…
-
Hi,
I noticed that in the examples the siteUrl does not contain a backslash at the end:
https://github.com/microapps/gatsby-plugin-react-i18next/blob/master/example/gatsby-config.js#L8
But in t…