@kengic/core.react 0.0.1-beta.79 → 0.0.1-beta.80
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/kengic-core.react.js +2 -1
- package/package.json +1 -1
package/kengic-core.react.js
CHANGED
|
@@ -67938,7 +67938,8 @@ function initWebComponents() {
|
|
|
67938
67938
|
}
|
|
67939
67939
|
function initKgCoreReact(e) {
|
|
67940
67940
|
const { ref: t, option: r } = e ?? {};
|
|
67941
|
-
setRef(t), store.dispatch(optionReducer(r)),
|
|
67941
|
+
setRef(t), store.dispatch(optionReducer(r)), store.dispatch(setReducer({ id: "", fn: () => {
|
|
67942
|
+
} })), initWebComponents();
|
|
67942
67943
|
}
|
|
67943
67944
|
export {
|
|
67944
67945
|
doKgWorkStation,
|