pankod/refine

View on GitHub
packages/devtools/src/panel.tsx

Summary

Maintainability
A
3 hrs
Test Coverage

Function DevtoolsPanel has 84 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    : () => {
        const [browser, setBrowser] = React.useState<boolean>(false);
        const [visible, setVisible] = React.useState(false);
        const [placement] = React.useState<Placement>("bottom");
        const { devtoolsUrl, ws } = React.useContext(DevToolsContext);
Severity: Major
Found in packages/devtools/src/panel.tsx - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status