We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aca8570 commit d5ce518Copy full SHA for d5ce518
src/PreferredColorScheme.ts
@@ -36,4 +36,6 @@ export function usePreferredColorScheme() {
36
themeMedia.removeEventListener('change', handler);
37
});
38
39
+
40
+ return value;
41
}
0 commit comments