xolvio/pojo-observer

View on GitHub
example/src/components/FileTree.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function FileTree has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const FileTree: React.FC<IFileTree> = (props: Props) => {
  const {fileTree} = props
  useObserver(fileTree)

  function loadFiles(): void {
Severity: Minor
Found in example/src/components/FileTree.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status