FezVrasta/popper.js

View on GitHub
extension/src/components/SomethingWentWrong.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function SomethingWentWrong has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const SomethingWentWrong = (props: SomethingWentWrongProps) => {
  const [currentSerializedData] = useSerializedData();
  const {inspectDocument: resetInspection} = useDevtools();

  const handleReload = React.useCallback(
Severity: Major
Found in extension/src/components/SomethingWentWrong.tsx - About 2 hrs to fix

There are no issues that match your filters.

Category
Status