@maif/react-forms 1.0.52 → 1.0.53

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.
package/lib/esm/index.js CHANGED
@@ -28928,11 +28928,6 @@ var CustomizableInput$1 = /*#__PURE__*/React.memo(function (props) {
28928
28928
 
28929
28929
  return props.children;
28930
28930
  }, function (prev, next) {
28931
- console.debug({
28932
- prev: prev,
28933
- next: next
28934
- });
28935
-
28936
28931
  if (next.render) {
28937
28932
  return false;
28938
28933
  }
package/lib/index.js CHANGED
@@ -28962,11 +28962,6 @@ var CustomizableInput$1 = /*#__PURE__*/React__default["default"].memo(function (
28962
28962
 
28963
28963
  return props.children;
28964
28964
  }, function (prev, next) {
28965
- console.debug({
28966
- prev: prev,
28967
- next: next
28968
- });
28969
-
28970
28965
  if (next.render) {
28971
28966
  return false;
28972
28967
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@maif/react-forms",
3
3
  "description": "Build react safe forms as fast as possible",
4
- "version": "1.0.52",
4
+ "version": "1.0.53",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
7
7
  "types": "lib/index.js",