x25 5.1.8 → 5.1.9
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.
- package/Async/RouteLoading.js +0 -7
- package/package.json +1 -1
package/Async/RouteLoading.js
CHANGED
|
@@ -31,13 +31,6 @@ var RouteLoading = function RouteLoading(_ref) {
|
|
|
31
31
|
|
|
32
32
|
if (theError) {
|
|
33
33
|
|
|
34
|
-
// eslint-disable-next-line no-console
|
|
35
|
-
console.log("theError");
|
|
36
|
-
// eslint-disable-next-line no-console
|
|
37
|
-
console.log(theError.name);
|
|
38
|
-
// eslint-disable-next-line no-console
|
|
39
|
-
console.log(theError);
|
|
40
|
-
|
|
41
34
|
if (theError.name === "ChunkLoadError") {
|
|
42
35
|
return _react2.default.createElement(_Error.LargeErrorMessage, {
|
|
43
36
|
onRetry: retry,
|
package/package.json
CHANGED