reactjs/redux

View on GitHub
website/src/pages/errors.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Errors has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function Errors() {
  const location = useLocation()
  const context = useDocusaurusContext()
  const { siteConfig = {} } = context
  const errorCode = new URLSearchParams(location.search).get('code')
Severity: Minor
Found in website/src/pages/errors.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status