Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
微修正
  • Loading branch information
smikitky committed Aug 17, 2023
commit 8e79517d17f8a5bb3d8b864b29d6635a1352dfe2
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/components/textarea.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ You provided a `value` prop to a form field without an `onChange` handler. This

</ConsoleBlock>

エラーメッセージが示すように、[初期値を*指定*したいだけの場合](#providing-an-initial-value-for-a-text-area)は、代わりに `defaultValue` を渡すようにしてください。
エラーメッセージが示すように、[*初期値*を指定したいだけの場合](#providing-an-initial-value-for-a-text-area)は、代わりに `defaultValue` を渡すようにしてください。

```js
// ✅ Good: uncontrolled text area with an initial value
Expand Down