bufferapp/ui

View on GitHub
src/documentation/examples/Select/SelectWithMenuAndCustomItem.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function ExampleSelectMenu has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function ExampleSelectMenu() {
  return (
    <Select
      // @ts-expect-error TS(7006) FIXME: Parameter 'selectedItem' implicitly has an 'any' t... Remove this comment to see the full error message
      onSelectClick={(selectedItem) => selectedItem.selectedItemClick()}
Severity: Major
Found in src/documentation/examples/Select/SelectWithMenuAndCustomItem.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status