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 d3c0fc5 commit c91ee4bCopy full SHA for c91ee4b
examples/context/motivation-problem.js
@@ -5,7 +5,7 @@ class App extends React.Component {
5
}
6
7
function Toolbar(props) {
8
- // highlight-range{1-3,6}
+ // highlight-range{1-4,7}
9
// Toolbar 组件接受一个额外的“theme”属性,然后传递给 ThemedButton 组件。
10
// 如果应用中每一个单独的按钮都需要知道 theme 的值,这会是件很麻烦的事,
11
// 因为必须将这个值层层传递所有组件。
0 commit comments