reshow-flux-base
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -83,4 +83,7 @@ "use strict"; | ||
if (state === undefined) { | ||
console.error({ | ||
cause: cause | ||
}); | ||
throw new Error("Reducer change return undefined.", { | ||
cause: new Error(cause) | ||
cause: cause | ||
}); | ||
@@ -87,0 +90,0 @@ } |
{ | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"name": "reshow-flux-base", | ||
@@ -4,0 +4,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
29199
876