React/recoil

React/recoil

[React recoil] Warning: You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root. 에러 해결

[React recoil] Warning: You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root. 에러 해결 1. 에러 발생 recoil 라이브러리로 비동기 통신을 하면서 위와 같은 에러가 발생하였다. 포켓몬 api 사이트에서 특정 포켓몬에 대한 데이터를 가져오려는 시도를 했다. console창을 보면 정상적으로 데이터를 가져오는데도 불구하고 렌더링이 되지 않고 loading상태에서 머물러 있는 것을 확인할 수 있었다. 대략적인 코드는 다음과 같았다. export const pokemonInfoQue..

lazarus0320
'React/recoil' 카테고리의 글 목록