bufferapp/ui

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

Summary

Maintainability
A
2 hrs
Test Coverage

Function ExampleOnOpn has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function ExampleOnOpn() {
  return (
    <Select
      onSelectClick={() => console.info('Main select clicked')}
      label="Click Me"
Severity: Major
Found in src/documentation/examples/Select/SelectWithOnOpen.tsx - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status