streetmix/streetmix

View on GitHub
client/src/store/slices/gallery.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

  extraReducers: (builder) => {
    // Referring to these action types by string instead of the generated
    // variables is because importing the action module during store/slice
    // creation will import other dependent modules too early. We can also
    // solve this by declaring action types in a separate file (similar to
Severity: Minor
Found in client/src/store/slices/gallery.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status