mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Highlight whole createContext() call
This commit is contained in:
@@ -9,7 +9,7 @@ export const themes = {
|
||||
},
|
||||
};
|
||||
|
||||
// highlight-next-line
|
||||
// highlight-range{1-3}
|
||||
export const ThemeContext = React.createContext(
|
||||
themes.dark
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user