하나 해결하면 하나 안되고 하나 해결하면 여러 개 안되고 돌아버리겠습니다요... 리액트에서 타입스크립트 넘어가는거 쉽지 않네요... 휴 에러1_Uncaught Error: useRoutes() may be used only in the context of a component :: 응 그냥 로 안 감싸서 그랬다 이거야.... //index.tsx import React from 'react'; import {createRoot} from 'react-dom/client'; import {BrowserRouter} from 'react-router-dom'; import './index.css'; import App from './App'; const rootElement = document.getElem..