ctxhou/react-poppop

View on GitHub
src/poppop.js

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  render() {
    const {open, position, overlayStyle, contentStyle} = this.props;
    const extractPosition = extractCamelCase(position);
    const mergeWrapperStyle = {
      ...styles.wrapper,
Severity: Minor
Found in src/poppop.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status