We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef6a77 commit c9c9b0cCopy full SHA for c9c9b0c
content/docs/context.md
@@ -198,9 +198,9 @@ class MyClass extends React.Component {
198
199
### `Context.displayName` {#contextdisplayname}
200
201
-Context object accepts a `displayName` string property. React DevTools uses this string to determine what to display for the context.
+コンテクストオブジェクトは `displayName` という文字列型のプロパティを有しています。React DevTools はこの文字列を利用してコンテクストの表示のしかたを決定します。
202
203
-For example, the following component will appear as MyDisplayName in the DevTools:
+例えば以下のコンポーネントは DevTools で MyDisplayName と表示されます。
204
205
```js{2}
206
const MyContext = React.createContext(/* some value */);
0 commit comments