@gen3/core 0.10.70 → 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 +3 -3
package/dist/cjs/index.js
CHANGED
|
@@ -2343,7 +2343,7 @@ const coreStore = toolkit.configureStore({
|
|
|
2343
2343
|
query.setupListeners(coreStore.dispatch);
|
|
2344
2344
|
|
|
2345
2345
|
const isNotDefined = (x)=>{
|
|
2346
|
-
return x === undefined || x === null || x ===
|
|
2346
|
+
return x === undefined || x === null || x === undefined;
|
|
2347
2347
|
};
|
|
2348
2348
|
const isObject = (x)=>{
|
|
2349
2349
|
return typeof x === 'object';
|