react-crud-mobile 1.0.548 → 1.0.549

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.
@@ -168,7 +168,7 @@ export default function UIElement(props: ElementType) {
168
168
  def = { ...def, ...withChildStyles[part] };
169
169
  }
170
170
 
171
- if (isInput) {
171
+ if (scope.isInput()) {
172
172
  def = { ...def, ...elementStyle.input[key] };
173
173
  }
174
174