@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.
@@ -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)), initWebComponents();
67941
+ setRef(t), store.dispatch(optionReducer(r)), store.dispatch(setReducer({ id: "", fn: () => {
67942
+ } })), initWebComponents();
67942
67943
  }
67943
67944
  export {
67944
67945
  doKgWorkStation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/core.react",
3
- "version": "0.0.1-beta.79",
3
+ "version": "0.0.1-beta.80",
4
4
  "type": "module",
5
5
  "main": "./kengic-core.react.js",
6
6
  "module": "./kengic-core.react.js",