@tap-payments/auth-jsconnect 2.6.39-test → 2.6.40-test
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.
|
@@ -95,8 +95,6 @@ var ConnectExpress = memo(function (_a) {
|
|
|
95
95
|
useStepStartedListener();
|
|
96
96
|
var activeScreen = data.activeScreen, isTapOrigin = data.isTapOrigin, open = data.open, merchant = data.merchant;
|
|
97
97
|
React.useEffect(function () {
|
|
98
|
-
if (!postURL)
|
|
99
|
-
throw new Error('postURL is required and you have to pass it in the lib configuration!');
|
|
100
98
|
if (typeof showBoard === 'boolean')
|
|
101
99
|
dispatch(setShowBoard(showBoard));
|
|
102
100
|
sendPageView({
|