@player-ui/stage-revert-data-plugin 0.11.0-next.0 → 0.11.0-next.2
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.
|
@@ -2455,7 +2455,6 @@ var StageRevertDataPlugin = function() {
|
|
|
2455
2455
|
try {
|
|
2456
2456
|
for(var _iterator = Object.keys(object)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true){
|
|
2457
2457
|
var key = _step.value;
|
|
2458
|
-
"";
|
|
2459
2458
|
var val = object[key];
|
|
2460
2459
|
var nestedPath = _to_consumable_array(path).concat([
|
|
2461
2460
|
key
|