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 c91ee4b commit fb346beCopy full SHA for fb346be
examples/context/motivation-solution.js
@@ -8,7 +8,7 @@ class App extends React.Component {
8
// highlight-range{1-3,5}
9
// 使用一个 Provider 来将当前的 theme 传递给以下的组件树。
10
// 无论多深,任何组件都能读取这个值。
11
- // 在这个例子中,我们将“dark”作为当前的值传递下去。
+ // 在这个例子中,我们将 “dark” 作为当前的值传递下去。
12
return (
13
<ThemeContext.Provider value="dark">
14
<Toolbar />
0 commit comments