immer-reducer
Advanced tools
Comparing version 0.7.12 to 0.7.13
@@ -5,3 +5,3 @@ "use strict"; | ||
}; | ||
var _a; | ||
var _a, _b; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -224,3 +224,3 @@ exports._clearKnownClasses = exports.setPrefix = exports.createReducerFunction = exports.createActionCreators = exports.ImmerReducer = exports.composeReducers = exports.isActionFrom = exports.isAction = void 0; | ||
// duplicate checks appear | ||
(_a = module.hot) === null || _a === void 0 ? void 0 : _a.addStatusHandler(function (status) { | ||
(_b = (_a = module.hot) === null || _a === void 0 ? void 0 : _a.addStatusHandler) === null || _b === void 0 ? void 0 : _b.call(_a, function (status) { | ||
if (status === "prepare") { | ||
@@ -227,0 +227,0 @@ _clearKnownClasses(); |
{ | ||
"name": "immer-reducer", | ||
"version": "0.7.12", | ||
"version": "0.7.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/immer-reducer.js", |
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
30342