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 |
Tags
- 토이프로젝트
- 협업
- Operating System
- OS
- 일상
- js to ts
- web
- Redux
- 자료구조
- Spring
- 알고리즘
- memory
- Java
- 타입스크립트
- react-redux
- 프로그래머스
- C++
- 백준
- 분할메모리할당
- 기초100제
- 정렬
- 코드업
- react
- 공부
- 리덕스장바구니
- error
- CPU 스케줄링
- codeup
- 파이썬
- 스프링
Archives
- Today
- Total
목록antd (1)
감자튀김 공장🍟
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/3vqlK/btqYIll87WY/5W62KaAR2UWE9z9g5RwGbk/img.png)
프론트 팀원들끼리 같이 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