pankod/refine

View on GitHub
packages/core/src/components/gh-banner/index.tsx

Summary

Maintainability
B
4 hrs
Test Coverage

Function GitHubBanner has 124 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const GitHubBanner = () => {
  useEffect(() => {
    const styleTag = document.createElement("style");
    document.head.appendChild(styleTag);
    CSSRules.forEach((rule) =>
Severity: Major
Found in packages/core/src/components/gh-banner/index.tsx - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status