@redhat-cloud-services/frontend-components 3.4.10 → 3.4.11
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.
|
@@ -23,7 +23,7 @@ var InventoryLoadError = function InventoryLoadError(_ref) {
|
|
|
23
23
|
var component = _ref.component,
|
|
24
24
|
props = (0, _objectWithoutProperties2["default"])(_ref, ["component"]);
|
|
25
25
|
(0, _react.useEffect)(function () {
|
|
26
|
-
console.error("Unable to load
|
|
26
|
+
console.error("Unable to load inventory component. Failed to load ".concat(component, "."), props);
|
|
27
27
|
}, []);
|
|
28
28
|
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("h1", null, "Unable to load inventory component"), /*#__PURE__*/_react["default"].createElement("h2", null, "Failed to load ", component), /*#__PURE__*/_react["default"].createElement("code", null, "More info can be found in browser console output."));
|
|
29
29
|
};
|
|
@@ -7,7 +7,7 @@ var InventoryLoadError = function InventoryLoadError(_ref) {
|
|
|
7
7
|
props = _objectWithoutProperties(_ref, ["component"]);
|
|
8
8
|
|
|
9
9
|
useEffect(function () {
|
|
10
|
-
console.error("Unable to load
|
|
10
|
+
console.error("Unable to load inventory component. Failed to load ".concat(component, "."), props);
|
|
11
11
|
}, []);
|
|
12
12
|
return /*#__PURE__*/React.createElement("div", null, /*#__PURE__*/React.createElement("h1", null, "Unable to load inventory component"), /*#__PURE__*/React.createElement("h2", null, "Failed to load ", component), /*#__PURE__*/React.createElement("code", null, "More info can be found in browser console output."));
|
|
13
13
|
};
|