From 844f374abb3f736f203419bd48311801a5c755cf Mon Sep 17 00:00:00 2001 From: optrader Date: Tue, 9 Dec 2025 18:42:58 +0900 Subject: [PATCH] =?UTF-8?q?[251209]=20fix:=20=EB=B0=B1=ED=99=94=ED=98=84?= =?UTF-8?q?=EC=83=81=20=EB=94=94=EB=B2=84=EA=B9=85-3=20App.js=20initServic?= =?UTF-8?q?e=20dispatch=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit πŸ• 컀밋 μ‹œκ°„: 2025. 12. 09. 18:42:58 πŸ“Š λ³€κ²½ 톡계: β€’ 총 파일: 1개 β€’ μΆ”κ°€: +1쀄 β€’ μ‚­μ œ: -1쀄 πŸ“ μˆ˜μ •λœ 파일: ~ com.twin.app.shoptime/src/App/App.js πŸ”§ μ£Όμš” λ³€κ²½ λ‚΄μš©: β€’ 핡심 λΉ„μ¦ˆλ‹ˆμŠ€ 둜직 κ°œμ„  β€’ μ½”λ“œ 정리 및 μ΅œμ ν™” --- com.twin.app.shoptime/src/App/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/App/App.js b/com.twin.app.shoptime/src/App/App.js index 6beb46bd..058f0c60 100644 --- a/com.twin.app.shoptime/src/App/App.js +++ b/com.twin.app.shoptime/src/App/App.js @@ -683,7 +683,7 @@ function AppBase(_props /* eslint-disable-line no-unused-vars */) { if (typeof window === 'object' && window.PalmSystem) { window.PalmSystem.activate(); } - }, [initService, introTermsAgreeRef]); + }, [initService, introTermsAgreeRef,dispatch]); const visibilityChanged = useCallback(() => { // console.log('document is hidden', document.hidden);