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 6d47fc8 commit 2286f2dCopy full SHA for 2286f2d
examples/context/multiple-contexts.js
@@ -10,7 +10,7 @@ class App extends React.Component {
10
render() {
11
const {signedInUser, theme} = this.props;
12
13
- // App компонент, который предоставляет начальные значения контекстов
+ // Компонент App, который предоставляет начальные значения контекстов
14
// highlight-range{2-3,5-6}
15
return (
16
<ThemeContext.Provider value={theme}>
0 commit comments