Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 정렬
- 공부
- 자료구조
- CPU 스케줄링
- 일상
- 코드업
- 타입스크립트
- 알고리즘
- Spring
- 백준
- codeup
- C++
- 리덕스장바구니
- 기초100제
- react-redux
- 스프링
- memory
- error
- 토이프로젝트
- js to ts
- Redux
- OS
- 프로그래머스
- web
- react
- 파이썬
- Java
- Operating System
- 협업
- 분할메모리할당
Archives
- Today
- Total
목록antd (1)
감자튀김 공장🍟

프론트 팀원들끼리 같이 antd 적용하여 UI를 꾸미고 있었는데 어느 정도 꾸미고 실행해보니까 갑자기 Warning: validateDOMNesting(...): cannot appear as a descendant of .라는 에러가 떴다. 먼저 수정 전 코드를 보자 Home.js import React from 'react'; import {Link} from 'react-router-dom'; import {Button} from 'antd-mobile'; import 'antd/dist/antd.css'; import 'antd-mobile/dist/antd-mobile.css'; function Home() { return ( 회원 비회원 ); } export default Home; 오류 메시..
Study/React
2021. 3. 2. 01:09