index.next.js

Summary

Maintainability
A
0 mins
Test Coverage

Function lazyExport has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

lazy.export = function lazyExport(Loader, Component) {
  // it could be that the user don't want to use a loader for whatever reason
  const hasLoader = Loader && Component
  const LazyComponent = hasLoader ? Component : Loader
  const load = () =>
Severity: Minor
Found in index.next.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status