Waring 썸네일형 리스트형 [React] 경고문 fix Selector unknown returned the root state when called. This can lead to unnecessary rerenders. Selector unknown returned the root state when called. This can lead to unnecessary rerenders. Selectors that return the entire state are almost certainly a mistake, as they will cause a rerender whenever *anything* in state changes. 회사에서 리액트로 개발하던 도중 항상 이 경고문이 신경쓰였다. 여기 온 사람들도 모두 나와 같은 생각일 것이다. 결론부터 말하자면, const state = useSelector(state=>state); 위에 원인이 되었던 코드를 const Mode = useSelector(state=>sta.. 더보기 이전 1 다음