deeplink debug 수정
This commit is contained in:
@@ -673,9 +673,9 @@ export default function MainView({ className, initService }) {
|
||||
}, [dispatch, popupData, activePopup, topPanel?.name]);
|
||||
|
||||
// 딥링크 확인 테스트
|
||||
// const contentTarget = useSelector(
|
||||
// (state) => state.common.deepLinkInfo.contentTarget
|
||||
// );
|
||||
const contentTarget = useSelector(
|
||||
(state) => state.common.deepLinkInfo.contentTarget
|
||||
);
|
||||
return (
|
||||
<div
|
||||
className={classNames(css.mainViewWrap, className)}
|
||||
@@ -829,7 +829,7 @@ export default function MainView({ className, initService }) {
|
||||
/>
|
||||
)} */}
|
||||
{/* /딥링크 테스트 */}
|
||||
{/* <div
|
||||
<div
|
||||
style={{
|
||||
position: "fixed",
|
||||
left: "0",
|
||||
@@ -838,11 +838,13 @@ export default function MainView({ className, initService }) {
|
||||
fontSize: "13px",
|
||||
opacity: ".5",
|
||||
zIndex: "999",
|
||||
backgroundColor: "black",
|
||||
padding: "10px",
|
||||
}}
|
||||
>
|
||||
deepLinkInfo
|
||||
<p>{contentTarget}</p>
|
||||
</div> */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user