-
Notifications
You must be signed in to change notification settings - Fork 183
Translate Error Boundaries #81
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Translate Error Boundaries #81
Conversation
原文での表現にかかわらず |
bf70fb6
to
48729cc
Compare
ありがとうございます。単数表記に統一致しました 🙇 |
48729cc
to
53c6e4e
Compare
53c6e4e
to
d40581d
Compare
#4 (comment) に合わせてrebase & force pushしました 🙇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uenitty 一点だけ不要な改行があったのでそこだけ削除お願いします!あとはOKだと思います! 👏
content/docs/error-boundaries.md
Outdated
|
||
<img src="../images/docs/error-boundaries-stack-trace-line-numbers.png" style="max-width:100%" alt="Error caught by Error Boundary component with line numbers"> | ||
|
||
If you don’t use Create React App, you can add [this plugin](https://www.npmjs.com/package/babel-plugin-transform-react-jsx-source) manually to your Babel configuration. Note that it’s intended only for development and **must be disabled in production**. | ||
Create React App を使用しない場合は、[このプラグイン](https://www.npmjs.com/package/babel-plugin-transform-react-jsx-source)を手動で Babel の設定に追加してください。 | ||
ただし、この機能は開発専用であり、**本番では必ず無効化しなければならない**ことに注意してください。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
原文にはない改行があるので、削除お願いします 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uenitty 対応ありがとうございます!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
微修正の提案のみです。
タイトル以外の本文中に出てくる "Error Boundary" は小文字に統一(文頭であっても)でお願いします。ref や props なども小文字にになっていますので。
Co-Authored-By: uenitty <uenitty@gmail.com>
Co-Authored-By: uenitty <uenitty@gmail.com>
> * Errors thrown in the error boundary itself (rather than its children) | ||
> * イベントハンドラ([詳細](#how-about-event-handlers)) | ||
> * 非同期コード(例:`setTimeout` や `requestAnimationFrame` のコールバック) | ||
> * サーバーサイドレンダリング |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここだけレンダリングを残しました
ありがとうございました! |
こちらこそご丁寧にレビューしていただきありがとうございました! |
@uenitty おめでとうございます 🎉🎉🎉 |
This PR is part of #4
Translation of Error Boundaries
Please review 🙏