diff --git a/examples/context/motivation-solution.js b/examples/context/motivation-solution.js index 94c6030a..5cb4fc7f 100644 --- a/examples/context/motivation-solution.js +++ b/examples/context/motivation-solution.js @@ -21,7 +21,7 @@ class App extends React.Component { // highlight-range{1,2} // A component in the middle doesn't have to // pass the theme down explicitly anymore. -function Toolbar(props) { +function Toolbar() { return (