44 { result.isLoading ? '로딩중' : result.data.name }
{ result.isLoading ? '로딩중' : result.data.name } 이 코드에서 name 데이터를 못읽어오는거같은데
Cannot read properties of undefined (reading 'name') TypeError: Cannot read properties of undefined (reading 'name')
이 오류가 발생하는데 이유를 못찾겠습니다..
App.js 상단에
import { useQuery } from 'react-query'; 도 해주었습니다.