티스토리 뷰
Error
Uncaught TypeError: Cannot read properties of null (reading 'useContext')
윤미주 2024. 2. 13. 08:43
import { useNavigate } from "react-router";
import styled from "styled-components";
const navigate = useNavigate();
const onClickInterview = () => {
navigate("/detail");
};
export default function ListSection({ text }) {
return (
<ListSectionBox>
<MenuTilte>{text}</MenuTilte>
<MenuLink onClick={onClickInterview}>더보기</MenuLink>
<MainPostSample>
<PostList />
</MainPostSample>
</ListSectionBox>
);
}
useNavigate를 사용했더니 위와같은 에러가 발생했다.
그리곤 깨달았다 왜 저러게 작성했는가...
선언문 밖에다가 선언을 해놓았다니ㅋㅋㅋ
다음에 이런에러가 발생하면 안되겠지만 발생하면 다시 내부에 잘 선언해주자 멍청아...
'Error' 카테고리의 다른 글
로그인 프로세스와 관련된 문제 해결 (트러블슈팅) (0) | 2024.04.03 |
---|---|
TypeError: _api_axiosInstance_WEBPACK_IMPORTED_MODULE_11__ (0) | 2024.02.20 |
Uncaught runtime errors: Cannot read properties of undefined (reading 'map') (0) | 2024.02.03 |
Uncaught runtime errors: is not iterable (0) | 2024.02.02 |
2024. 01. 30 Router 설정 중 에러 (2) | 2024.01.30 |
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 에러모음집
- styled component 사용방법
- styled component GlobalStyle 사용방법
- Warning: validateDOMNesting(...): <li> cannot appear as a descendant of <li>
- styled component 조건부 사용방법
- axios 설치하기
- git cache
- 별점만들기
- simple Icon 사용방법
- 영화 별점
- readme 작성 방법
- nextjs 토큰 만료처리하기
- 유효성검사
- Warning: Each child in a list should have a unique "key" prop.
- readme작성해보기
- axiosinstance 사용 시 토큰 사용 법
- Warning: A component is changing an uncontrolled input to be controlled.
- 유효성검사 css
- 별점 색채우기
- styled component 설치방법
- axios CRUD
- 영화별점만들기
- readme 이미지 추가 방법
- Fetch와 Axios 의 장단점
- axios 사용하기
- readme 역할
- readme 작성해야 하는 이유
- axios instance 작성하기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함