rofrischmann/fela

View on GitHub
packages/fela-bindings/src/feFactory.js

Summary

Maintainability
A
1 hr
Test Coverage

Function feFactory has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function feFactory(createElement, FelaComponent) {
  return function fe(type, props = {}, ...children) {
    if (props) {
      const { css, key, ref, className, ...otherProps } = props

Severity: Minor
Found in packages/fela-bindings/src/feFactory.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status