React에서 Router를 설정하고 있었는데 에러가 발생했다.Failed prop type: Invalid prop 'component' supplied to 'Route': the prop is not a valid React component잘못된 props인 '
React Docs Beta API를 보고 학습한 내용입니다.useState는 컴포넌트에 상태 변수를 생성할 수 있는 React Hook이다.React로부터 useState를 가져온 후 컴포넌트의 최상위 레벨에서 선언하여 컴포넌트에 state를 추가한다.useState