bufferapp/ui

View on GitHub
src/documentation/app/layout/sidebar/Sidebar.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function render has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    // @ts-expect-error TS(2339) FIXME: Property 'navigationLinks' does not exist on type ... Remove this comment to see the full error message
    const { navigationLinks } = this.state
    // @ts-expect-error TS(2339) FIXME: Property 'route' does not exist on type 'Readonly<... Remove this comment to see the full error message
    const { route } = this.props
Severity: Major
Found in src/documentation/app/layout/sidebar/Sidebar.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status