📜 오류 발생
redux-toolkit을 클래스형 컴포넌트에서 사용하기 위해 'react-redux'에서 제공되는 connect를 사용하게 되었는데 아래와 같은 오류가 발생하였다.
usesyncexternalstore is not a function
해결 방법을 찾아보니 react 버전이 낮아서 발생하는 오류일 가능성이 있다고 해서 버전을 업그레이드 해주었더니 해결되었다.
기존 버전 ^17.0.1 -> 업그레이드 버전 ^18.1.0
"react" : "^18.1.0",
"react-dom": "^18.1.0",
'Frontend > 트러블슈팅' 카테고리의 다른 글
[Next.js] You did not supply a 'connectionString' and no 'POSTGRES_URL' env var was found. 오류 해결 (0) | 2024.03.20 |
---|---|
[Next.js] cannot use jsx unless the '--jsx' flag is provided 오류 해결 (0) | 2024.03.13 |
[Next.js] Error: NextRouter was not mounted 오류 해결 (0) | 2024.03.12 |
[node] Missing class properties transform 오류 해결 (0) | 2024.01.17 |
[homebrew] homebrew-cask is a shallow clone 오류 해결 (0) | 2024.01.17 |