react-crud-mobile 1.0.720 → 1.0.721

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.
@@ -1545,7 +1545,7 @@ function UIElement(props) {
1545
1545
  var Value = function Value() {
1546
1546
  var val = getStyle('value');
1547
1547
  if (val) {
1548
- if (/*#__PURE__*/React__default.isValidElement(val)) {
1548
+ if (typeof val === 'object') {
1549
1549
  return /*#__PURE__*/jsxRuntime.jsx(UIChildren, _extends({}, props, {
1550
1550
  scope: scope,
1551
1551
  crud: crud,