@epam/ai-dial-modulify-ui 0.44.0-rc.7 → 0.44.0-rc.70
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/index.esm.js +1 -0
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8961,6 +8961,7 @@ class ComponentBuilder {
|
|
|
8961
8961
|
reactExports.useEffect(() => {
|
|
8962
8962
|
var _a;
|
|
8963
8963
|
(_a = this.stateFn) === null || _a === void 0 ? void 0 : _a.call(this, componentState, setComponentState);
|
|
8964
|
+
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
8964
8965
|
}, [this.stateFn]);
|
|
8965
8966
|
this.useEffectsRunner(this.effectsFn, componentState, setComponentState);
|
|
8966
8967
|
const reactElement = (typeof this.baseComponent === 'function'
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@epam/ai-dial-modulify-ui",
|
|
3
3
|
"description": "Modulify Toolkit (UI) for turning a monolith-like project into a modular one",
|
|
4
4
|
"homepage": "https://dialx.ai",
|
|
5
|
-
"version": "0.44.0-rc.
|
|
5
|
+
"version": "0.44.0-rc.70",
|
|
6
6
|
"dependencies": {},
|
|
7
7
|
"type": "module",
|
|
8
8
|
"bugs": {
|