react-crud-mobile 1.3.350 → 1.3.351

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.
@@ -2683,7 +2683,8 @@ var UI = {
2683
2683
  },
2684
2684
  Icon: function Icon(props) {
2685
2685
  return /*#__PURE__*/jsx(UIElement, _extends({}, props, {
2686
- type: "icon"
2686
+ type: "icon",
2687
+ "transient": true
2687
2688
  }));
2688
2689
  },
2689
2690
  Output: function Output(props) {