tg-core-components 6.3.7-0 → 6.3.8-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.
@@ -44,7 +44,6 @@ var List = function (_Component) {
44
44
  value: function render() {
45
45
  var _this2 = this;
46
46
 
47
- console.log(this.props);
48
47
  return React.createElement(
49
48
  Fragment,
50
49
  null,
@@ -42,6 +42,8 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
42
42
 
43
43
  var normalizedLimits = normalize(localLimits, content);
44
44
 
45
+ console.log(localLimits);
46
+
45
47
  useEffect(function () {
46
48
  onChangeLimits && onChangeLimits(localLimits);
47
49
  }, [localLimits]);
@@ -60,7 +60,6 @@ var List = function (_Component) {
60
60
  value: function render() {
61
61
  var _this2 = this;
62
62
 
63
- console.log(this.props);
64
63
  return _react2.default.createElement(
65
64
  _react.Fragment,
66
65
  null,
@@ -84,6 +84,8 @@ var ResponsibleGaming = function ResponsibleGaming(_ref) {
84
84
 
85
85
  var normalizedLimits = (0, _normalize2.default)(localLimits, content);
86
86
 
87
+ console.log(localLimits);
88
+
87
89
  (0, _react.useEffect)(function () {
88
90
  onChangeLimits && onChangeLimits(localLimits);
89
91
  }, [localLimits]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-core-components",
3
- "version": "6.3.7-0",
3
+ "version": "6.3.8-0",
4
4
  "description": "tg-core-components",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",