@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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
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 ===
|
|
2326
|
+
return x === undefined || x === null || x === undefined;
|
|
2327
2327
|
};
|
|
2328
2328
|
const isObject = (x)=>{
|
|
2329
2329
|
return typeof x === 'object';
|