docs/src/pages/screenshooter.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

function ScreenShotBox(): JSX.Element {
    const { siteConfig } = useDocusaurusContext();
    useScripts([
        'https://cdn.jsdelivr.net/combine/npm/codemirror@5.58.3/lib/codemirror.js,npm/codemirror@5.58.3/mode/javascript/javascript.js,npm/codemirror@5.58.3/addon/edit/matchbrackets.js,gh/jcubic/lips@devel/lib/js/codemirror.js',
        `${siteConfig.baseUrl}js/screenshooter.js`
Severity: Minor
Found in docs/src/pages/screenshooter.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status