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.
- package/dist/web.development.js +2 -2
- package/dist/web.development.js.map +1 -1
- package/dist/web.min.js +1 -1
- package/dist/web.min.js.map +1 -1
- package/lib/Onyx.js +2 -2
- package/package.json +1 -1
package/dist/web.development.js
CHANGED
|
@@ -851,7 +851,7 @@ function keysChanged(collectionKey, partialCollection) {
|
|
|
851
851
|
|
|
852
852
|
});
|
|
853
853
|
}
|
|
854
|
-
}};for (var i = stateMappingKeys.length; i
|
|
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
|
|
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
|
|