rofrischmann/alveron

View on GitHub
website/examples/TodoList.js

Summary

Maintainability
A
1 hr
Test Coverage

Function TodoList has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function TodoList() {
  const [state, { setInput, addTodo, toggleTodo, removeTodo }] = useStore(
    actions,
    model
  )
Severity: Minor
Found in website/examples/TodoList.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status