@ice/mf-runtime 0.0.7-beta.3 → 0.0.7-beta.4

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.
@@ -55,7 +55,7 @@ export const RemoteModule = ({ module, scope, runtime, publicPath, LoadingCompon
55
55
  FallbackComponent: ErrorFallback,
56
56
  onError: onError,
57
57
  children: /*#__PURE__*/ _jsx(React.Suspense, {
58
- fallback: Loading,
58
+ fallback: null,
59
59
  children: /*#__PURE__*/ _jsx(Component, _object_spread_props(_object_spread({}, componentProps), {
60
60
  children: children
61
61
  }))
@@ -91,7 +91,7 @@ export var RemoteModule = function(param) {
91
91
  FallbackComponent: ErrorFallback,
92
92
  onError: onError,
93
93
  children: /*#__PURE__*/ _jsx(React.Suspense, {
94
- fallback: Loading,
94
+ fallback: null,
95
95
  children: /*#__PURE__*/ _jsx(Component, _object_spread_props(_object_spread({}, componentProps), {
96
96
  children: children
97
97
  }))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ice/mf-runtime",
3
- "version": "0.0.7-beta.3",
3
+ "version": "0.0.7-beta.4",
4
4
  "description": "ice mf runtime",
5
5
  "files": [
6
6
  "esm",