Eazybee/useFormBee

View on GitHub
src/components/App.jsx

Summary

Maintainability
A
2 hrs
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status