react-cmf
Advanced tools
Comparing version 0.91.0 to 0.92.0
@@ -181,3 +181,3 @@ 'use strict'; | ||
// triggers an exception Already use | ||
clone().text().then(function (response) { | ||
error.stack.response.clone().text().then(function (response) { | ||
try { | ||
@@ -184,0 +184,0 @@ errorObject.stack.response = response; |
@@ -103,3 +103,3 @@ { | ||
}, | ||
"version": "0.91.0", | ||
"version": "0.92.0", | ||
"dependencies": { | ||
@@ -106,0 +106,0 @@ "hoist-non-react-statics": "^1.2.0" |
@@ -152,3 +152,3 @@ import has from 'lodash/has'; | ||
// triggers an exception Already use | ||
clone().text().then((response) => { | ||
error.stack.response.clone().text().then((response) => { | ||
try { | ||
@@ -155,0 +155,0 @@ errorObject.stack.response = response; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
327892