@@ -3,14 +3,15 @@ import { AppProviders } from "../components/AppProviders";
3
3
import { NavigationManager } from "../components/NavigationManager" ;
4
4
import { Box } from "@mui/material" ;
5
5
import { VersionDisplay } from "external-package-version-display" ;
6
+ import { VersionDisplay as VersionDisplay2 } from "external-package-version-display-2" ;
6
7
import React from "react" ;
7
- const ExternalMFERemote2Component = React . lazy (
8
- ( ) => import ( "mfe-remote-2/ExternalMFERemote2Component" ) ,
9
- ) ;
10
- const ExternalZMFERemote3Component = React . lazy (
11
- ( ) => import ( "z-mfe-remote-3/ExternalZMFERemote3Component" ) ,
12
- ) ;
13
-
8
+ // const ExternalMFERemote2Component = React.lazy(
9
+ // () => import("mfe-remote-2/ExternalMFERemote2Component"),
10
+ // );
11
+ // const ExternalZMFERemote3Component = React.lazy(
12
+ // () => import("z-mfe-remote-3/ExternalZMFERemote3Component"),
13
+ // );
14
+ // console.log("mfe-remote-1-child-1 mui version", version, version === "5.15.2");
14
15
export const routes = (
15
16
shellRoutingPrefix ?: string ,
16
17
appRoutingPrefix ?: string ,
@@ -36,10 +37,11 @@ export const routes = (
36
37
element : (
37
38
< Box >
38
39
< Box > MFE: mfe-remote-1-child-1</ Box >
39
- external-package-version-display Required Version: 1 .1.0
40
+ external-package-version-display Required Version: 2 .1.2
40
41
< VersionDisplay />
41
- < ExternalZMFERemote3Component />
42
- < ExternalMFERemote2Component />
42
+ < VersionDisplay2 />
43
+ { /* <ExternalZMFERemote3Component />
44
+ <ExternalMFERemote2Component /> */ }
43
45
</ Box >
44
46
) ,
45
47
} ,
0 commit comments