@gen3/core 0.10.71 → 0.10.73

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/dist/esm/index.js CHANGED
@@ -2323,7 +2323,7 @@ const coreStore = configureStore({
2323
2323
  setupListeners(coreStore.dispatch);
2324
2324
 
2325
2325
  const isNotDefined = (x)=>{
2326
- return x === undefined || x === null || x === void 0;
2326
+ return x === undefined || x === null || x === undefined;
2327
2327
  };
2328
2328
  const isObject = (x)=>{
2329
2329
  return typeof x === 'object';