@thecb/components 9.1.0-beta.5 → 9.1.0-beta.6

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/dist/index.cjs.js CHANGED
@@ -47827,6 +47827,8 @@ var PartialAmountForm = function PartialAmountForm(_ref) {
47827
47827
  actions = _ref.actions,
47828
47828
  _ref$showErrors = _ref.showErrors,
47829
47829
  showErrors = _ref$showErrors === void 0 ? false : _ref$showErrors;
47830
+ console.log("fields", fields);
47831
+ console.log("actions", actions);
47830
47832
 
47831
47833
  if (clearOnDismount) {
47832
47834
  useEffect(function () {
@@ -47903,7 +47905,6 @@ var createPartialAmountFormState = function createPartialAmountFormState(lineIte
47903
47905
  mapStateToProps = _createFormState.mapStateToProps,
47904
47906
  mapDispatchToProps = _createFormState.mapDispatchToProps;
47905
47907
 
47906
- console.log("partial amount form reducer etc is", reducer, mapStateToProps, mapDispatchToProps);
47907
47908
  return {
47908
47909
  partialAmountFormReducer: reducer,
47909
47910
  partialAmountFormMapStateToProps: mapStateToProps,