pankod/refine

View on GitHub
packages/devtools-ui/src/pages/onboarding.tsx

Summary

Maintainability
B
5 hrs
Test Coverage

Function OnboardingForm has 99 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const OnboardingForm = () => {
  const [values, setValues] = React.useState<MeUpdateVariables>({
    name: "",
    jobTitle: "",
    company: "",
Severity: Major
Found in packages/devtools-ui/src/pages/onboarding.tsx - About 3 hrs to fix

    Function Onboarding has 35 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export const Onboarding = () => {
      return (
        <div
          className={clsx(
            "re-min-h-screen re-w-full",
    Severity: Minor
    Found in packages/devtools-ui/src/pages/onboarding.tsx - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status