@etsoo/react 1.3.56 → 1.3.57

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.
@@ -36,6 +36,7 @@ export function ReactAppStateDetector(props) {
36
36
  matchedFields === null || matchedFields === void 0 ? void 0 : matchedFields.push(targetField);
37
37
  });
38
38
  }
39
+ console.log(targetFields, changedFields, matchedFields);
39
40
  // Ready
40
41
  React.useEffect(() => {
41
42
  // Callback
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etsoo/react",
3
- "version": "1.3.56",
3
+ "version": "1.3.57",
4
4
  "description": "TypeScript ReactJs framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -65,6 +65,8 @@ export function ReactAppStateDetector(props: IStateProps) {
65
65
  });
66
66
  }
67
67
 
68
+ console.log(targetFields, changedFields, matchedFields);
69
+
68
70
  // Ready
69
71
  React.useEffect(() => {
70
72
  // Callback