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.
@@ -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
  };