react-crud-mobile 1.3.200 → 1.3.202

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.
@@ -998,7 +998,7 @@ function UIList(props) {
998
998
  }) == null ? void 0 : _repeat$list[original.type];
999
999
  var add = ComponentUtils.getDefine(props, 'add');
1000
1000
  var hideAddWhenEmpty = original.hideAddWhenEmpty;
1001
- //v1
1001
+ //v2
1002
1002
  var getStyle = function getStyle(key, extra) {
1003
1003
  return scope.getStyle(key, _extends({}, extra, styles[key]));
1004
1004
  };