[No Jira Issue] launch params log
This commit is contained in:
@@ -168,7 +168,7 @@ function AppBase(props) {
|
||||
haveyInit,
|
||||
appinfo
|
||||
);
|
||||
if (httpHeader) {
|
||||
if (httpHeaderRef.current) {
|
||||
if (haveyInit) {
|
||||
dispatch(changeAppStatus({ connectionFailed: false }));
|
||||
if (typeof window === "object" && window.PalmSystem) {
|
||||
@@ -188,7 +188,7 @@ function AppBase(props) {
|
||||
console.log(
|
||||
"initService...{haveyInit, launchParams}",
|
||||
haveyInit,
|
||||
launchParams
|
||||
JSON.stringify(launchParams)
|
||||
);
|
||||
|
||||
dispatch(handleDeepLink(launchParams?.contentTarget));
|
||||
@@ -196,7 +196,7 @@ function AppBase(props) {
|
||||
clearLaunchParams();
|
||||
}
|
||||
},
|
||||
[dispatch, httpHeader]
|
||||
[dispatch]
|
||||
);
|
||||
|
||||
const handleRelaunchEvent = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user