Skip to content

Commit edfd824

Browse files
committed
Resolve merge conflict
Related to 61ce20a
1 parent bc9b421 commit edfd824

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/tutorial/tutorial.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -337,11 +337,7 @@ Square의 `render` 함수 내부에서 `onClick` 핸들러를 통해 `this.setSt
337337

338338
React DevTools를 통해 React 컴포넌트의 props와 state도 확인할 수 있습니다.
339339

340-
<<<<<<< HEAD
341-
React DevTools를 설치한 후에 페이지의 모든 엘리먼트에 오른쪽 클릭을 하고 "요소 검사"를 클릭하여 개발자 도구를 열면 탭의 오른쪽 끝에 React 탭을 확인하실 수 있습니다.
342-
=======
343-
After installing React DevTools, you can right-click on any element on the page, click "Inspect" to open the developer tools, and the React tabs ("⚛️ Components" and "⚛️ Profiler") will appear as the last tabs to the right. Use "⚛️ Components" to inspect the component tree.
344-
>>>>>>> 8b30ae43439818009213da86eca872a3d869c5eb
340+
React DevTools를 설치한 후에 페이지의 모든 엘리먼트에 오른쪽 클릭을 하고 "요소 검사"를 클릭하여 개발자 도구를 열면 탭의 오른쪽 끝에 React 탭("⚛️ Components"와 "⚛️ Profiler")을 확인하실 수 있습니다. 컴포넌트 트리를 검사하고 싶다면 "⚛️ Components"을 사용해주세요.
345341

346342
**그러나 CodePen에서 도구를 사용하기 위해선 몇 가지 단계가 추가로 필요합니다.**
347343

0 commit comments

Comments
 (0)