ts/utils/brightness.ts
Function useMaxBrightness
has 37 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
export const useMaxBrightness = () => {
const [initialBrightness, setInitialBrightness] = useState<
number | undefined
>(undefined);
// The current app state