We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
画面の一部でエラーが起きた (e.g. 何らかの原因でAPIレスポンスが返ってこなかった) ときに、画面全体にエラーが波及してしまうことがある。
例えば、Lokiからログが取れなくなる (その部分のAPIレスポンスが不正になる) と、アプリ画面全体が見れなくなってしまう。
適切に ErrorBoundary を切り分けて、エラーの影響を最小限に抑える
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
問題の説明
画面の一部でエラーが起きた (e.g. 何らかの原因でAPIレスポンスが返ってこなかった) ときに、画面全体にエラーが波及してしまうことがある。
例えば、Lokiからログが取れなくなる (その部分のAPIレスポンスが不正になる) と、アプリ画面全体が見れなくなってしまう。
新機能の説明
適切に ErrorBoundary を切り分けて、エラーの影響を最小限に抑える
その他の案
No response
参考資料
No response
The text was updated successfully, but these errors were encountered: