monkey-front-core 0.0.298 → 0.0.300
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/esm2020/lib/store/reducers/monkeyecx-seeder.reducer.mjs +5 -1
- package/fesm2015/monkey-front-core.mjs +4 -0
- package/fesm2015/monkey-front-core.mjs.map +1 -1
- package/fesm2020/monkey-front-core.mjs +4 -0
- package/fesm2020/monkey-front-core.mjs.map +1 -1
- package/monkey-front-core-0.0.300.tgz +0 -0
- package/package.json +1 -1
- package/monkey-front-core-0.0.298.tgz +0 -0
|
@@ -5458,6 +5458,10 @@ const seederReducer = (reducer) => {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
} */
|
|
5460
5460
|
const nextState = reducer(state, action);
|
|
5461
|
+
const data = nextState?.['shared-companies'];
|
|
5462
|
+
console.log('@#@@@@@');
|
|
5463
|
+
console.log(data);
|
|
5464
|
+
console.log('@#@@@@@');
|
|
5461
5465
|
localStorage.setItem('state', JSON.stringify(nextState));
|
|
5462
5466
|
return nextState;
|
|
5463
5467
|
};
|