@embedreach/components 0.1.99 → 0.1.100
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/chunks/index.js +2 -0
- package/package.json +1 -1
package/dist/chunks/index.js
CHANGED
|
@@ -13653,7 +13653,9 @@ const useAuthContext = (reauthCallback) => {
|
|
|
13653
13653
|
return context2;
|
|
13654
13654
|
};
|
|
13655
13655
|
const AuthCallbackHandler = ({ reauthCallback }) => {
|
|
13656
|
+
console.log(`>>>HERE`, reauthCallback);
|
|
13656
13657
|
useAuthContext(reauthCallback);
|
|
13658
|
+
console.log(`>>>HERE2`, reauthCallback);
|
|
13657
13659
|
return null;
|
|
13658
13660
|
};
|
|
13659
13661
|
const matchHtmlEntity = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g;
|