[LoadingPanel] loading test

This commit is contained in:
jiwon93.son
2024-07-18 16:13:55 +09:00
parent 6b7c9752ca
commit c100914150

View File

@@ -293,7 +293,7 @@ export default function LoadingPanel({ showLoadingPanel, ...rest }) {
default:
return null;
}
}, [loadingType, loadingStep]);
}, [loadingType, loadingStep, deviceCountryCode, webOSVersion]);
const hidingStyle = showingStatus.hiding
? { transition: "opacity " + HIDING_TIME + "ms ease", opacity: 0 }