react-native-onyx 1.0.20 → 1.0.21

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.
@@ -851,7 +851,7 @@ function keysChanged(collectionKey, partialCollection) {
851
851
 
852
852
  });
853
853
  }
854
- }};for (var i = stateMappingKeys.length; i--;) {var _ret = _loop(i);if (_ret === "continue") continue;
854
+ }};for (var i = 0; i < stateMappingKeys.length; i++) {var _ret = _loop(i);if (_ret === "continue") continue;
855
855
  }
856
856
  }
857
857
 
@@ -926,7 +926,7 @@ function keyChanged(key, data) {
926
926
  return "continue";
927
927
  }
928
928
 
929
- console.error('Warning: Found a matching subscriber to a key that changed, but no callback or withOnyxInstance could be found.');};for (var i = stateMappingKeys.length; i--;) {var _ret2 = _loop2(i);if (_ret2 === "continue") continue;
929
+ console.error('Warning: Found a matching subscriber to a key that changed, but no callback or withOnyxInstance could be found.');};for (var i = 0; i < stateMappingKeys.length; i++) {var _ret2 = _loop2(i);if (_ret2 === "continue") continue;
930
930
  }
931
931
  }
932
932