Skip to content

Commit 74f9720

Browse files
committed
Resolve conflicts
1 parent 95f4b52 commit 74f9720

File tree

2 files changed

+8
-19
lines changed

2 files changed

+8
-19
lines changed

src/content/reference/react/use-client.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,9 @@ export default function RichTextEditor(props) {
5252
## 使用法 {/*usage*/}
5353
5454
<Wip>
55-
This section is a work in progress.
55+
このセクションは未完成です。
5656
57-
<<<<<<< HEAD
58-
このセクションは未完成です。[Next.js のサーバコンポーネントに関するドキュメンテーション](https://beta.nextjs.org/docs/rendering/server-and-client-components)も参照してください。
59-
60-
</Wip>
61-
=======
62-
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
63-
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
64-
* More coming soon
57+
この API は React Server Components を利用するフレームワークで使用できます。フレームワークごとの追加のドキュメントが公開されています。
58+
* [Next.js ドキュメント](https://nextjs.org/docs/getting-started/react-essentials)
59+
* 今後追加予定
6560
</Wip>
66-
>>>>>>> 3189529259e89240a88c05680849ce4a8c454ed2

src/content/reference/react/use-server.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,9 @@ async function addToCart(data) {
4949
## 使用法 {/*usage*/}
5050

5151
<Wip>
52-
This section is a work in progress.
52+
このセクションは未完成です。
5353

54-
<<<<<<< HEAD
55-
このセクションは未完成です。[Next.js の Server Components についてのドキュメント](https://beta.nextjs.org/docs/rendering/server-and-client-components)も参照してください。
56-
57-
=======
58-
This API can be used in any framework that supports React Server Components. You may find additional documentation from them.
59-
* [Next.js documentation](https://nextjs.org/docs/getting-started/react-essentials)
60-
* More coming soon
61-
>>>>>>> 3189529259e89240a88c05680849ce4a8c454ed2
54+
この API は React Server Components を利用するフレームワークで使用できます。フレームワークごとの追加のドキュメントが公開されています。
55+
* [Next.js ドキュメント](https://nextjs.org/docs/getting-started/react-essentials)
56+
* 今後追加予定
6257
</Wip>

0 commit comments

Comments
 (0)