airbnb/caravel

View on GitHub
superset-frontend/src/components/CronPicker/CronPicker.stories.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function InteractiveCronPicker has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const InteractiveCronPicker = (props: CronProps) => {
  // @ts-ignore
  const inputRef = useRef<Input>(null);
  const [value, setValue] = useState(props.value);
  const customSetValue = useCallback(
Severity: Minor
Found in superset-frontend/src/components/CronPicker/CronPicker.stories.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status