Skip to content

Commit c1a0c9e

Browse files
committed
Resolve merge conflict
Related to ef85b1b
1 parent f7388af commit c1a0c9e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

content/docs/typechecking-with-proptypes.md

-4
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@ class Greeting extends React.Component {
198198

199199
### Function Components {#function-components}
200200

201-
<<<<<<< HEAD
202201
함수 컴포넌트를 사용해서 개발한다면, PropTypes를 적절히 적용할 수 있도록 몇 가지 작은 변경사항을 만들어낼 수도 있습니다.
203-
=======
204-
If you are using function components in your regular development, you may want to make some small changes to allow PropTypes to be properly applied.
205-
>>>>>>> 888d9eae7a33ec1a48c18f28e82c26d048d885be
206202

207203
아래와 같은 컴포넌트가 있다고 생각해봅시다.
208204

0 commit comments

Comments
 (0)