ujh/fountainpencompanion

View on GitHub
app/javascript/src/useScreen.js

Summary

Maintainability
A
1 hr
Test Coverage

Function useScreen has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useScreen = () => {
  const [state, dispatch] = useReducer(reducer, {
    isSmall: false,
    isMedium: false,
    isLarge: false
Severity: Minor
Found in app/javascript/src/useScreen.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status