아래와 같이 index.tsx(또는 index.jsx)에서 <App />태그가 <React.StrictMode>태그로 감싸진 경우, 구성 요소를 두 번 렌더링함
<App />
<React.StrictMode>