[251209] fix: 백화현상 디버깅-2 App.js GlobalPopup활성화

🕐 커밋 시간: 2025. 12. 09. 18:34:56

📊 변경 통계:
  • 총 파일: 1개
  • 추가: +2줄
  • 삭제: -1줄

📝 수정된 파일:
  ~ com.twin.app.shoptime/src/App/App.js

🔧 주요 변경 내용:
  • 핵심 비즈니스 로직 개선
This commit is contained in:
2025-12-09 18:34:56 +09:00
parent 18c3ac3ad5
commit 77987711d0

View File

@@ -13,6 +13,7 @@ import Spotlight from '@enact/spotlight';
import { Job } from '@enact/core/util';
import platform from '@enact/core/platform';
import { ThemeDecorator } from '@enact/sandstone/ThemeDecorator';
import GlobalPopup from '../components/GlobalPopup/GlobalPopup';
// import "../../../assets/fontello/css/fontello.css";
@@ -888,7 +889,7 @@ function AppBase(_props /* eslint-disable-line no-unused-vars */) {
/>
)}
<ToastContainer />
{/* <GlobalPopup /> */}
<GlobalPopup />
</ErrorBoundary>
);
}