게시글
질문&답변
2022.11.16
index.tsx에서 ProductItem부분에서 해당 반환 형식이 유효하지 않다고 할 때
import { Product } from "../../types" const ProductItem = ({ id, category, description, image, price, rating, title}: Product) => { return {category} {title} {description} (사진) ${price} {rating.rate} } export default ProductItem void가 안된다기에 item.tsx내 return으로 감싸고 id를 추가하니 화면에 잘 렌더링 되었습니다~
- 0
- 2
- 393
질문&답변
2022.10.07
axios.get is not a function?
어떤 사유인지 모르겠지만 axios.get(url)부분을 리타이핑하고 저장하니까 로딩됩니다
- 1
- 3
- 1.9K
질문&답변
2022.10.07
axios.get is not a function?
(사진)타이핑이 다르지 않은데 저도 같은 현상이 발생합니다
- 1
- 3
- 1.9K