seagull-js/seagull

View on GitHub
packages/pages/src/Page.tsx

Summary

Maintainability
A
1 hr
Test Coverage

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

  render() {
    const html = this.html.bind(this)
    const rendered = html()

    const prop = (p: any): string => (isString(p) ? p : p.bind(this)())
Severity: Minor
Found in packages/pages/src/Page.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status