revdev-components 0.103.0 → 0.104.0
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/build/index.js +3 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4816,7 +4816,9 @@ function AppForm(_a) {
|
|
|
4816
4816
|
onValid === null || onValid === void 0 ? void 0 : onValid(valid);
|
|
4817
4817
|
}, [onValid, valid]);
|
|
4818
4818
|
React.useEffect(function () {
|
|
4819
|
-
|
|
4819
|
+
if (debug) {
|
|
4820
|
+
console.info("%cform", CONSOLE_COLOR, "values", values);
|
|
4821
|
+
}
|
|
4820
4822
|
}, [values]);
|
|
4821
4823
|
var handleValuesChange = React.useCallback(function (changedValues, values) {
|
|
4822
4824
|
setValues(changedValues, values);
|