Skip to content

Commit bb7b035

Browse files
committed
Fix a blockquote
1 parent ddb9ef0 commit bb7b035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference-react-component.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ UNSAFE_componentWillReceiveProps(nextProps)
451451
> このライフサイクルは、以前は `componentWillReceiveProps` という名前でした。その名前はバージョン 17 まで機能し続けます。コンポーネントを自動的に更新するには、[`rename-unsafe-lifecycles` codemod](https://github.com/reactjs/react-codemod#rename-unsafe-lifecycles) を使用してください。
452452
453453
> 補足:
454-
454+
>
455455
>
456456
> このライフサイクルメソッドを使用すると、しばしばバグや矛盾が発生します。
457457
>

0 commit comments

Comments
 (0)