@quintype/components 3.3.2-check-sub-error.7 → 3.3.2-check-sub-error.8
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
CHANGED
|
@@ -4644,6 +4644,7 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
4644
4644
|
}
|
|
4645
4645
|
|
|
4646
4646
|
console.log("enetred load script else block ");
|
|
4647
|
+
console.log("global accesstype", global.AccessType);
|
|
4647
4648
|
global.AccessType && callback();
|
|
4648
4649
|
return true;
|
|
4649
4650
|
});
|
package/package.json
CHANGED