@expandorg/app-utils
Advanced tools
Comparing version 0.0.34 to 0.0.35
{ | ||
"name": "@expandorg/app-utils", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"description": "App utils", | ||
@@ -21,3 +21,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "3c71d394a203780ee66d002a1f9e3fb351c0d8df" | ||
"gitHead": "09523d902c18f3ddcaf65a8be65f4e6bf7f727ac" | ||
} |
@@ -108,8 +108,12 @@ // @flow | ||
if (prevFetching && current === RequestStates.Fetched) { | ||
complete(); | ||
if (complete) { | ||
complete(); | ||
} | ||
} | ||
if (prevFetching && current === RequestStates.FetchError) { | ||
failed(); | ||
if (failed) { | ||
failed(); | ||
} | ||
} | ||
}, [complete, failed, current, prev]); | ||
} |
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
17218
617