Neovici/cosmoz-omnitable

View on GitHub
lib/use-tween-array.js

Summary

Maintainability
A
1 hr
Test Coverage
A
95%

Function useTweenArray has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    useTweenArray = (target, speedFactor = 1.9) => {
        const state = useRef({
                request: undefined,
                target,
                running: false,
Severity: Minor
Found in lib/use-tween-array.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status