bufferapp/ui

View on GitHub
src/documentation/app/layout/content/Markdown.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    // @ts-expect-error TS(7031) FIXME: Binding element 'children' implicitly has an 'any'... Remove this comment to see the full error message
    const DocHeading = ({ children, ...props }) => <Heading {...props} />
    // @ts-expect-error TS(2339) FIXME: Property 'page' does not exist on type 'Readonly<{... Remove this comment to see the full error message
    const { page, component, links } = this.props
Severity: Minor
Found in src/documentation/app/layout/content/Markdown.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status