Skip to content

Commit bad2f4b

Browse files
committed
Resolve conflict
1 parent 48c140f commit bad2f4b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/render-props.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@ permalink: docs/render-props.html
1414
)}/>
1515
```
1616

17-
<<<<<<< HEAD
18-
レンダープロップを用いたライブラリとしては、[React Router](https://reacttraining.com/react-router/web/api/Route/Route-render-methods)[Downshift](https://github.com/paypal/downshift) などがあります。
19-
=======
20-
Libraries that use render props include [React Router](https://reacttraining.com/react-router/web/api/Route/render-func) and [Downshift](https://github.com/paypal/downshift).
21-
>>>>>>> c0f4b34282a2ce8391121c8cf274a4b6bd7d7c90
17+
レンダープロップを用いたライブラリとしては、[React Router](https://reacttraining.com/react-router/web/api/Route/render-func)[Downshift](https://github.com/paypal/downshift) などがあります。
2218

2319
このドキュメントでは、レンダープロップが役立つ理由と、その実装手順について解説します。
2420

0 commit comments

Comments
 (0)