+`Unhandled Rejection (Error): Container initialization failed as it has already been initialized with a different share scope`,需要在 config/config.ts 或者 .umirc.ts 中设置
118
+
```ts
119
+
mfsu: {
120
+
mfName: 'mfChild', // 默认的会冲突,所以需要随便取个名字避免冲突
121
+
},
122
+
```
123
+
+`Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'call')`,问题是在两个项目的 package.json 中 name 字段是一样的,只要改掉就 OK