리액트로 인덱스 페이지를 구성하는 중 오류가 났다. 먼저, 다음 블로그 글을 참고해서 오류 해결을 시도했다. useRoutes() may be used only in the context of a component. 해결 방법 토이 프로젝트에서 Route를 사용할 일이 있어 사용하는데 아래와 같은 에러가 발생하였습니다. Uncaught Error: useRoutes() may be used only in the context of a component. [에러 원인] Uncaught Error: useRoutes() may be used itprogramming119.tistory.com 위와 같은 구조로 변경했으나, 맞는 구조인 것 같은데 계속 오류가 났다. 더 찾아보니 다음과 같은 원인이 있을 수 있..