rrebase/knboard

View on GitHub
frontend/src/features/board/BoardSlice.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function extraReducers has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  extraReducers: (builder) => {
    builder.addCase(fetchAllBoards.pending, (state) => {
      state.fetchLoading = true;
      state.fetchError = null;
      state.detailError = undefined;
Severity: Major
Found in frontend/src/features/board/BoardSlice.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status