We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6688c commit b49f99bCopy full SHA for b49f99b
examples/context/theme-detailed-theme-context.js
@@ -9,7 +9,7 @@ export const themes = {
9
},
10
};
11
12
-// highlight-next-line
+// highlight-range{1-3}
13
export const ThemeContext = React.createContext(
14
themes.dark
15
);
0 commit comments