fbredius/storybook

View on GitHub
addons/measure/src/withMeasure.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function withMeasure has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const withMeasure = (
  StoryFn: StoryFunction<AnyFramework>,
  context: StoryContext<AnyFramework>
) => {
  const { measureEnabled } = context.globals;
Severity: Minor
Found in addons/measure/src/withMeasure.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status