Eazybee/useFormBee

View on GitHub

Showing 1 of 2 total issues

Function App has 63 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const App = () => {
  const [submittedValues, setSubmittedValues] = useState({});
  const login = (values) => {
    setSubmittedValues(values);
  };
Severity: Major
Found in src/components/App.jsx - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language