@thecb/components 6.1.0-beta.4 → 6.1.0-beta.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thecb/components",
3
- "version": "6.1.0-beta.4",
3
+ "version": "6.1.0-beta.5",
4
4
  "description": "Common lib for CityBase react components",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -54,6 +54,7 @@ export const generateClickHandler = (
54
54
  ) => e => {
55
55
  e.preventDefault();
56
56
  if (resetErrors) {
57
+ console.log("reset errors", resetErrors);
57
58
  // if provided, will reset error state tracker
58
59
  // allows hooks that depend on error state to re-run
59
60
  resetErrors();