@ice/mf-runtime 0.0.7-beta.5 → 0.0.7-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,7 +40,8 @@ export const RemoteModule = ({ module, scope, runtime, publicPath, LoadingCompon
40
40
  }, [
41
41
  module,
42
42
  scope,
43
- runtime
43
+ runtime.react,
44
+ runtime.reactDOM
44
45
  ]);
45
46
  const Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
46
47
  children: "Loading..."
@@ -73,7 +73,8 @@ export var RemoteModule = function(param) {
73
73
  }, [
74
74
  module,
75
75
  scope,
76
- runtime
76
+ runtime.react,
77
+ runtime.reactDOM
77
78
  ]);
78
79
  var Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
79
80
  children: "Loading..."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ice/mf-runtime",
3
- "version": "0.0.7-beta.5",
3
+ "version": "0.0.7-beta.7",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",