<html lang="en">
<Script
src="https://developers.kakao.com/sdk/js/kakao.js"
strategy="afterInteractive"
/>
<body>
<StyledComponentsRegistry>
<SplashLayout>
{children}
</SplashLayout>
</StyledComponentsRegistry>
</body>
<KakaoScript />
</html>
이런식으로 RootLayout설정 시, 특정 환경 , 특정 브라우저에서는 window.Kakao가 없습니다.
Local dev 환경에서는 Safari,크롬 모두 잘 동작하지만,
배포 환경(AWS,Next Build)시 window.Kakao가 Safari에서는 undefined입니다.