-
-
背景:
- 子应用构建后报错:Cannot read properties of null (reading 'mount')
```
vendor.b95cc0ed.js:41 [@ice/stark] microapp should export mount/unmout or register registerAppEnter/registerAppLeave.
(anonymous…
-
按照官方说明,使用脚手架搭建vue主应用,使用angular-cli搭建微应用。首次访问angular微应用页面时不报错,切换vue菜单后再切回angular菜单,控制台报错`The selector "app-root[id="angular-app"]" did not match any elements` 这是问题的根因是?
-
https://github.com/topcoder-platform/micro-frontends-self-service-app/issues/6
https://github.com/topcoder-platform/micro-frontends-self-service-app/issues/25
-
## 🚀 Feature
I would like to include docusaurus using a micro-frontend framework like [qiankun](https://qiankun.umijs.org/) or single-spa: to do this, I need to configure the `basename` propert…
-
# 🐞 bug report
### Affected Package
Given that this a routing issue I assume `@angular/router` is the cause.
### Is this a regression?
I am not sure if this issue occurred in earlier versi…
Znert updated
2 years ago
-
按照官方文档配置,将已有React项目改造为微应用,配置代码都写在了react项目index.js入口文件中,且两种声明生命周期的方式都试过了,但主应用中一直报错提示Unable to retrieve lifecycles of react-app after loading it,请问具体应该如何解决
-
### Topic Suggestion
### Writing sample(s):
https://okteto.com/blog/develop-and-deploy-a-flask-and-reactjs-app-in-okteto/
### Proposal Submission
#### Proposed title of article
Build…
-
## Why a all-in-one TFGrid Dashboard ?
Following the idea of simplifying the user experience we want to have a more user-friendly TFChain Portal
Actually we have all kind of different services wh…
-
I'm currently trying to build a microfrontend architecture with `vite-plugin-ssr`. I have a frontend that renders a fragment of a page. When I have multiple of those fragments in the page, I run into …