nukeop/nuclear

View on GitHub
packages/ui/stories/components/visualizer.stories.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function Mic has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const Mic = () => {
  const [audioNode, setAudioNode] = useState<AudioNode>();
  const [audioContext, setAudioContext] = useState<AudioContext>();
  const [preset, setPreset] = useState<string>();
  useEffect(() => {
Severity: Minor
Found in packages/ui/stories/components/visualizer.stories.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status