Skip to content

Commit 7d253e9

Browse files
committed
新しく追加された英文を翻訳した。
1 parent f97f53d commit 7d253e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/reference/react/Profiler.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ React ツリーを `<Profiler>` コンポーネントで囲むことで、その
8989

9090
`<Profiler>` を使うことで測定結果をプログラムで収集することができます。対話型のプロファイラを使いたい場合は、[React Developer Tools](/learn/react-developer-tools) の Profiler タブを試してみてください。これは同様の機能をブラウザの拡張機能として提供します。
9191

92-
Components wrapped in `<Profiler>` will also be marked in the [Component tracks](/reference/dev-tools/react-performance-tracks#components) of React Performance tracks even in profiling builds.
93-
In development builds, all components are marked in the Components track regardless of whether they're wrapped in `<Profiler>`.
92+
`<Profiler>` でラップされたコンポーネントは、プロファイリングビルドにおいても React パフォーマンストラックの [コンポーネントトラック](/reference/dev-tools/react-performance-tracks#components) に記録されます。
93+
開発用ビルドでは、`<Profiler>` でラップされているかどうかにかかわらず、すべてのコンポーネントがコンポーネントトラックに記録されます。
9494

9595
</Note>
9696

0 commit comments

Comments
 (0)