@ice/mf-runtime 0.0.7-beta.6 → 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.
@@ -39,7 +39,9 @@ export const RemoteModule = ({ module, scope, runtime, publicPath, LoadingCompon
39
39
  return RemoteComponent;
40
40
  }, [
41
41
  module,
42
- scope
42
+ scope,
43
+ runtime.react,
44
+ runtime.reactDOM
43
45
  ]);
44
46
  const Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
45
47
  children: "Loading..."
@@ -72,7 +72,9 @@ export var RemoteModule = function(param) {
72
72
  return RemoteComponent;
73
73
  }, [
74
74
  module,
75
- scope
75
+ scope,
76
+ runtime.react,
77
+ runtime.reactDOM
76
78
  ]);
77
79
  var Loading = LoadingComponent || /*#__PURE__*/ _jsx("div", {
78
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.6",
3
+ "version": "0.0.7-beta.7",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",