File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Error Boundary
4
4
permalink : docs/error-boundaries.html
5
5
---
6
6
7
- かつて、コンポーネント内で発生した JavaScript エラーは React の内部状態を破壊し、次のレンダリングで [ 不可解な] ( https://github.com/facebook/react/issues/4026 ) [ エラーを] ( https://github.com/facebook/react/issues/6895 ) [ 引き起こして] ( https://github.com/facebook/react/issues/8579 ) いました。このようなエラーはアプリケーションコード中のどこか前の段階で発生したエラーによって引き起こされますが、React はエラーをコンポーネント内で適切に処理する方法を提供していなかったため回復できませんでした。
7
+ かつて、コンポーネント内で発生した JavaScript エラーは React の内部状態を破壊し、以降のレンダーで [ 不可解な] ( https://github.com/facebook/react/issues/4026 ) [ エラーを] ( https://github.com/facebook/react/issues/6895 ) [ 引き起こして] ( https://github.com/facebook/react/issues/8579 ) いました。このようなエラーはアプリケーションコード中のどこか前の段階で発生したエラーによって引き起こされますが、React はエラーをコンポーネント内で適切に処理する方法を提供していなかったため回復できませんでした。
8
8
9
9
10
10
## Error Boundary とは {#introducing-error-boundaries}
You can’t perform that action at this time.
0 commit comments