[No Jira Issue] launch params log

This commit is contained in:
younghoon100.park
2024-12-03 18:03:57 +09:00
parent 906677ae97
commit f81c5877b8

View File

@@ -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(() => {