[reactjs/nextjs] cannot update a component (`MyApp`) while rendering a different component (`AuthticatedComponent`).
annot update a component (`MyApp`) while rendering a different component (`AuthticatedComponent`). 에러(경고) 발생 문제 원인 위와 같은 에러(경고)가 발생했다. 이는 useState를 변경하는 부분이 useEffect나 이벤트리스터에 의한 변화가 아닌 로직내부에 들어있어서 나는 에러이다. 즉, react는 props나 상태 변화에 따라 여러번 re-render를 한다. 그리고 개발단계에서는 re-render를 통해서 변화를 확인하기도 한다. 해결책 간단히 useEffect 내부에 넣어주면된다. 직관적으로 쉽게 예를 들겠다. const Test = (prop) => { const [data, setData] = useState..
Web/nextjs
2022. 10. 6. 22:16
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- error:0308010C:digital envelope routines::unsupported
- useHistory 안됨
- DFS
- nextjs autoFocus
- Express
- BFS
- JavaScript
- Vue
- Queue
- nodejs
- Python
- NextJS
- vuejs
- read_csv
- django
- 클라우데라
- react
- 자연어처리
- TensorFlow
- react autoFocus
- mongoDB
- useState
- 자료구조
- Deque
- logout
- UserCreationForm
- pandas
- typescript
- next.config.js
- login
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함