kumabook/spread_beaver_frontend

View on GitHub
lib/server.jsx

Summary

Maintainability
A
1 hr
Test Coverage

Function handleRender has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function handleRender(req, res) {
  const sagaMiddleware = createSagaMiddleware();
  const middleware = applyMiddleware(sagaMiddleware);

  global.navigator = global.navigator || {};
Severity: Minor
Found in lib/server.jsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status