티스토리 뷰
에러 노트
[Recoil] this component must be used inside a <recoilroot> component.
2021bong 2023. 2. 4. 22:11리코일 공식 문서가 시키는 데로 RecoilRoot로 감싸줬는데 에러가 발생했다.
this component must be used inside a <recoilroot> component.
이유
최상위 루트가 아니고 중간 라우터 파일에서 감싸줬더니 에러가 발생했다.
그래서 최상위에 감싸줬더니 해결됐다.
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<RecoilRoot>
<Router />
</RecoilRoot>,
);
728x90
'에러 노트' 카테고리의 다른 글
[Python] TypeError: 'str' object does not support item assignment. (0) | 2023.02.12 |
---|---|
[Python] ImportError: attempted relative import with no known parent package (0) | 2023.02.10 |
[TS] 'prev' is possibly 'undefined'. (0) | 2023.01.07 |
[TS] Type 'void' is not assignable to type 'ReactNode' (0) | 2022.12.23 |
[TS] cannot invoke an object which is possibly 'undefined'. (0) | 2022.12.16 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- html
- 깃
- 자바스크립트
- Typescript
- 제이쿼리
- 회고
- 코드잇
- scss
- 김버그
- 리액트
- 코딩앙마
- map
- 스파르타코딩클럽
- 제로초
- vue
- 드림코딩
- vscode
- Python
- js
- 파이썬
- 비주얼스튜디오코드
- Til
- javascript
- 구름에듀
- TS
- 저스트코드
- CSS
- git
- React
- 타입스크립트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함