const ThemeContext = React.createContext('light'); function ThemedButton(props) { // highlight-range{2-4} return ( {theme =>