react-crud-mobile 1.3.140 → 1.3.142

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.
@@ -1664,7 +1664,12 @@ function UIOrder(props) {
1664
1664
  data: data,
1665
1665
  renderItem: renderItem,
1666
1666
  keyExtractor: function keyExtractor(item) {
1667
- return scope.getItemValue(item);
1667
+ var _original$props;
1668
+ var key = scope.getItemValue(item);
1669
+ if ((_original$props = original.props) != null && _original$props.debug) {
1670
+ console.log(key);
1671
+ }
1672
+ return key;
1668
1673
  },
1669
1674
  onDragEnd: function onDragEnd(_ref2) {
1670
1675
  var data = _ref2.data;