[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:
@@ -13,6 +13,7 @@ import Spotlight from '@enact/spotlight';
|
|||||||
import { Job } from '@enact/core/util';
|
import { Job } from '@enact/core/util';
|
||||||
import platform from '@enact/core/platform';
|
import platform from '@enact/core/platform';
|
||||||
import { ThemeDecorator } from '@enact/sandstone/ThemeDecorator';
|
import { ThemeDecorator } from '@enact/sandstone/ThemeDecorator';
|
||||||
|
import GlobalPopup from '../components/GlobalPopup/GlobalPopup';
|
||||||
|
|
||||||
// import "../../../assets/fontello/css/fontello.css";
|
// import "../../../assets/fontello/css/fontello.css";
|
||||||
|
|
||||||
@@ -888,7 +889,7 @@ function AppBase(_props /* eslint-disable-line no-unused-vars */) {
|
|||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<ToastContainer />
|
<ToastContainer />
|
||||||
{/* <GlobalPopup /> */}
|
<GlobalPopup />
|
||||||
</ErrorBoundary>
|
</ErrorBoundary>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user