xylabs/sdk-react

View on GitHub
packages/shared/src/mergeBoxlikeStyles.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function mergeBoxlikeStyles has 71 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const mergeBoxlikeStyles = <T extends BoxlikeComponentProps>(theme: Theme, props: BoxlikeComponentProps, defaultProps?: BoxlikeComponentProps): T => {
  const {
    alignContent,
    alignItems,
    alignSelf,
Severity: Major
Found in packages/shared/src/mergeBoxlikeStyles.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status