소개글이 비어있어요
게시글
질문&답변
강의 9분 45초 질문입니다
(사진)React 버전입니당 로딩쪽은 뛰어넘고 실습 중에 있어요
- 0
- 4
- 25
질문&답변
강의 9분 45초 질문입니다
(사진)lottie는 잘 받아져있는거 같고 loading-animation.json 파일 경로도 맞는거 같아요 근데 오류 코드로 콘솔 창엔 밑에 처럼 나오고(사진)현재 Loading.jsx 코드는 import Lottie from "react-lottie"; import animationData from "../../assets/loading-animation.json"; function Loading() { const defaultOptions = { loop: true, autoplay: true, animationData: animationData.default, rendererSettings: { preserveAspectRatio: "xMidYMid slice", }, }; // return Loading return ; } export default Loading; 이렇습니다
- 0
- 4
- 25




